Thread
:
.PrintPreview ONLY Page 1
View Single Post
#
2
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
.PrintPreview ONLY Page 1
One way:
ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Preview:=True
In article ,
"Corey" wrote:
ActiveWindow.SelectedSheets.PrintPreview
Is there a way i can ONLY View Page 1 with the code above ?
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey