I'm using Excel 2010.
Maybe this is something that cannot be done because I have searched the internet for instructions, but to no avail.
I have a string variable that gets entered into the "Cc" field of an email. However, before I send out the email message (through Outlook), I need to check it in our internal global address book to make sure it is a valid ID (sometimes employees leave the company) so it won't cause an error message.
In order to use the .ResolveAll command, the value needs to be in a variable defined as an Outlook.Recipient (at least that is my understanding). How can I pass the value of the string variable to the other variable without it generating an error (I've tried several methods).
If posting the significant portions of my code would help, please let me know.
Thanks!
Doug
Maybe this is something that cannot be done because I have searched the internet for instructions, but to no avail.
I have a string variable that gets entered into the "Cc" field of an email. However, before I send out the email message (through Outlook), I need to check it in our internal global address book to make sure it is a valid ID (sometimes employees leave the company) so it won't cause an error message.
In order to use the .ResolveAll command, the value needs to be in a variable defined as an Outlook.Recipient (at least that is my understanding). How can I pass the value of the string variable to the other variable without it generating an error (I've tried several methods).
If posting the significant portions of my code would help, please let me know.
Thanks!
Doug