how do you send multiple queries in a macro to an email?

S

Strem

I would like to make a macro that sends multiple queries to an email address,
how can that be done? Output format is an excel output.
 
S

Steve Schapel

Strem,

Have a look at the SendObject macro action. You will have to do a
separate email for each query, as there is no direct way to send more
than one attachment per email using macros.
 
Top