.PrintPreview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to go in and out of Excel's print preview by means of VBA. Help files
show me how to get in with "Sheets("").PrintPreview" but nothing on how to
get out?
 
The user must close the preview window
--
HTH,
Gary Brown
(e-mail address removed)
If this post was helpful to you, please select ''YES'' at the bottom of the
post.
 
It makes no sense to close the Printpreview from code.
How do you know the user has finished doing whatever it is that required the
preview in the first place ?

NickHK
 
Back
Top