ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hiding the userFormDuring Print Preview Advice Please (https://www.excelbanter.com/excel-programming/371529-hiding-userformduring-print-preview-advice-please.html)

Dermot

Hiding the userFormDuring Print Preview Advice Please
 
I am using the following code which hides the user form during Print Preview.
How do I incorporate code to return (Unhide?) the UserForm if I click close
on the preview window?
Private Sub cmdPrintPreview_Click()
Sheet1.PageSetup.PrintArea = "A1:U13"
UserForm1.Hide
Application.Dialogs(xlDialogPrintPreview).Show

End Sub
Thanks
Demot



Dermot

Hiding the userFormDuring Print Preview Advice Please
 
ahhh, just as I posted it came to me....!!
UserForm1.show.....as below..... If any one has any suggestions of better
ways to achieve this.....with any reasons why it would be better done an
alternate way..... they would be appreciated.

Private Sub cmdPrintPreview_Click()
Sheet1.PageSetup.PrintArea = "A1:U13"
UserForm1.Hide
Application.Dialogs(xlDialogPrintPreview).Show
UserForm1.Show

End Sub




"Dermot" wrote:

I am using the following code which hides the user form during Print Preview.
How do I incorporate code to return (Unhide?) the UserForm if I click close
on the preview window?
Private Sub cmdPrintPreview_Click()
Sheet1.PageSetup.PrintArea = "A1:U13"
UserForm1.Hide
Application.Dialogs(xlDialogPrintPreview).Show

End Sub
Thanks
Demot




All times are GMT +1. The time now is 08:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com