Thread
:
VB code to open Print window
View Single Post
#
5
Posted to microsoft.public.excel.programming
N10
external usenet poster
Posts: 141
VB code to open Print window
"OscarC" wrote in message
...
Hello,
Just a quick one. Does anyone know what the
VB
code is to open the
Print box (ie when you click FilePrint)
thanks,
Michael
Hi Michael
Sub prinit ()
ActiveWindow.SelectedSheets.PrintPreview
End Sub
n10
Reply With Quote
N10
View Public Profile
Find all posts by N10