Experts -
I essentially need a macro that does the following:
1) Output .yxdb files to locations specified by a strings I pass the macro
2) The number of iterations should correspond to the number of strings that are passed
For example, if I pass the string "\folder1.yxdb" the macro will output the data to this location. If I pass the strings "\folder1\data.yxdb" and "\folder1\ARCHIVE\data.yxdb" the macro will iterate twice, outputting the same data to each location.
Is this possible?
Thank you!