i have a workbook that i send email to recipients by typing their email address like this:
oMail.To = " name1@gmail.com ; name2@gmail.com; name3@gmail.com" and it works fine. now there is a need to populate the list of emails in shee1 of the workbook, for example column AM2 thru AM20. has all email addresses.
how can I use the sheet1 column with [ oMail.To= ]?
Thanks
oMail.To = " name1@gmail.com ; name2@gmail.com; name3@gmail.com" and it works fine. now there is a need to populate the list of emails in shee1 of the workbook, for example column AM2 thru AM20. has all email addresses.
how can I use the sheet1 column with [ oMail.To= ]?
Thanks