Liisa Posted March 7, 2007 Report Share Posted March 7, 2007 Hi: I am very new at using Macro Express and so far I cannot belive how easy it is. I am currently working with my supervisor on automating one of our data bases and we came across a bit of a snag with the prompting dialogue box. For example the same run of reports could have a different amount everytime that we need printed....but we are not sure how to have this "variable" put into the prompt box, so that it can continue running on its own. The final page of the run does give a total number but it is not in a "field"...it is on the bottom in a field that is read only. Can you help me out with this? Lisa Quote Link to comment Share on other sites More sharing options...
jason Posted March 7, 2007 Report Share Posted March 7, 2007 You can use the Repeat with Folder command. The macro would look something like this: Repeat with Folder Variable Modify Integer: %N1% = %N1% + 1 Repeat End You could then use variable %N1% to tell the macro how many times to repeat. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.