H
Harry
As part of a formatting macro, I have print preview come
up using ActiveWindow.SelectedSheets.PrintPreview
While still in Print Preview, I want a yes no pop up box
to come up that asks if it is okay to print, if yes then
it prints by ActiveWindow.SelectedSheets.PrintOut
Copies:=1, Collate:=True
If no it returns to document and goes to cell A1.
All I can get is the print preview has to be manually
closed and then the pop box comes up.
Can I get the pop up box to come up in print preview?
What is code for escape or close print preview?
Can the macro be run while in print preview?
Thanks very much
up using ActiveWindow.SelectedSheets.PrintPreview
While still in Print Preview, I want a yes no pop up box
to come up that asks if it is okay to print, if yes then
it prints by ActiveWindow.SelectedSheets.PrintOut
Copies:=1, Collate:=True
If no it returns to document and goes to cell A1.
All I can get is the print preview has to be manually
closed and then the pop box comes up.
Can I get the pop up box to come up in print preview?
What is code for escape or close print preview?
Can the macro be run while in print preview?
Thanks very much