Print Macro

July 13, 2006 11:04am CST
I've set up a macro to print various reports, but would like to build in a function where the user is ask how many copies are required. Can anyone help??
2 responses
@crazynate (246)
• United States
16 Jul 06
If your macro is in VBA and not the internal macro language(if that even still exists in Office 2003), you can do something like this: NumberOfCopies = InputBox("Enter the number of copies to print")
@sedel1027 (17846)
• Cupertino, California
13 Jul 06
What program are you working in?