Results 1 to 3 of 3

Cycle through Choices as Variant

Threaded View

  1. #1
    Registered User
    Join Date
    05-26-2006
    Posts
    36

    Cycle through Choices as Variant

    Hi Guys,

    So I have this pretty big program and I have a question about one part.
    Basically for each case it is sending an email to multiple people.
    My question is, when it goes to each case does this automatically know to do every email in the list. The reason I ask is because I noticed every once in a while it was sending to people not even in that particular case. Does it have something to do the the number I'm putting in the Variant part?
    How do I make sure it sends to only people I specify in each case?

    THANKS
    Dim cust(25) As Variant
                    Case 4: strAccount = "0LC 915586"
                        cust(0) = "stephen.xxxx@xxx.com"
                        cust(1) = "robert.xxx@xxx.com"
                        cust(2) = "gicxxx@xxxx.net"
                        cust(3) = "fxxxx@xxx.com"
                    Case 5: strAccount = "0LC 915608"
                        cust(0) = "xxxx.xx@xxx.com"
                        cust(1) = "xx.xx@xxx.com"
                        cust(2) = "carlos.xxre@xxx.com"
                    Case 6: strAccount = "0LC 915560"
                        cust(0) = "jcauxxx@sxxxis.com"
                        cust(1) = "stexxxhen.foxxo@bxxxe.com"
                        cust(2) = ""
    oDoc.sendto = cust
    Last edited by Leith Ross; 06-03-2008 at 07:08 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1