View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default .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 ?