Sub MySetPrintArea()
'
'
' to set the print area from cell A1 to cell D25
' adjust accordingly
'
'
With ActiveSheet
.PageSetup.PrintArea = "A1:D25"
End With
' to print assuming the default printer is the one you want to print from
' copies and collate may change depending on your printer
' they can be saftly removed is you don't need them
'
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum