Thread: Print Macro..
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
robmeister[_5_] robmeister[_5_] is offline
external usenet poster
 
Posts: 1
Default Print Macro..


Hello Murph

Try using this code

Sub Print1()

Range("A2:O3").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
End Sub

Cheers


--
robmeister
------------------------------------------------------------------------
robmeister's Profile: http://www.excelforum.com/member.php...o&userid=24364
View this thread: http://www.excelforum.com/showthread...hreadid=380230