In a macro I need to access the names in Item.To while typing an email.
For example while typing the email goto the tools menu and run the macro from the ‘macro’ submenu.
When the code trys to use Item.To there is a debug exception and the debug tool tells me “Object required”.
I can access Item.To durring Application_ItemSend, so I have part of it right.
Thanks for thinking about it, I am stuck on this one!
I have been able to access the To line in the past using code similar to this:
I have loaded up an
ArrayListwith each recipient to use for sorting, etc.