The person who created this database before me used a macro that had 20bizillion SendObjects to email reports.
Using the Redemption.dll, I'm going to use VBA to send the reports without the outlook security message. In doing this I'm going to have to create an email list so that I don't have to call the function 20bizillion times by hand.
I would like to make it easier to generate these tables by breaking down the already designed macros. So, how would I go about getting the Object Type, Object Name, Output Format, To, Cc, and Subject from an already made Macro.
Additionally, what is the call to get the list of macro names? For instance there's a dao.querydefs object and a dao.tabledefs that I can loop through to get a list of table names, but what is the equivalent of a dao.macrodefs?
Thank you in advance!
Using the Redemption.dll, I'm going to use VBA to send the reports without the outlook security message. In doing this I'm going to have to create an email list so that I don't have to call the function 20bizillion times by hand.
I would like to make it easier to generate these tables by breaking down the already designed macros. So, how would I go about getting the Object Type, Object Name, Output Format, To, Cc, and Subject from an already made Macro.
Additionally, what is the call to get the list of macro names? For instance there's a dao.querydefs object and a dao.tabledefs that I can loop through to get a list of table names, but what is the equivalent of a dao.macrodefs?
Thank you in advance!