Thread
:
when press the close button in printpreview
View Single Post
#
1
Posted to microsoft.public.excel.programming
x taol
external usenet poster
Posts: 101
when press the close button in printpreview
Private Sub CommandButton1_Click()
Me.Hide
ActiveSheet.PrintPreview
End Sub
and, press the close button in printpreview screen, and then show the
userform.
how coding....
*** Sent via Developersdex
http://www.developersdex.com
***
Reply With Quote
x taol
View Public Profile
Find all posts by x taol