|
i want to select 3 outputs from a macro that i run three times and send it
to three different rtf files.
is there any other way other than running the entire program thrice by
mentioning three different rtf destinations?
Would something like this be the solution?
ODS rtf(1) file....
ods select....
ODS rtf(2) file....
ods select....
ODS rtf(3) file....
ods select....
Thank you
Jay
|