I use VB to Excel Macros to generate reports. The application can print to a PDF File or display the report in Excel Print Preview. When displaying the report in Excel the VB application remains in the foreground. The Excel Print Preview is called from a macro. The application waits for the print preview to be closed before the application continues.
ActiveSheet.PrintPreview
ActiveSheet.Activate
How can I get the print preview to be on top?
ActiveSheet.PrintPreview
ActiveSheet.Activate
How can I get the print preview to be on top?