I've created a VBA function that runs multiple reports and exports them as text files.
However, when each report runs there is a "print" dialog box box that appears and shows what page it is printing (some reports have over 100 pages).
Is there a way to "hide" this dialog box from the user?
I currently have DoCmd.SetWarnings False in a different function. Do I also need it in the same function where the reports are ran? Or is there another setting I need to use for this?
Thanks,
ChiSoxFan
However, when each report runs there is a "print" dialog box box that appears and shows what page it is printing (some reports have over 100 pages).
Is there a way to "hide" this dialog box from the user?
I currently have DoCmd.SetWarnings False in a different function. Do I also need it in the same function where the reports are ran? Or is there another setting I need to use for this?
Thanks,
ChiSoxFan