Thread: Print area
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
grahammal[_17_] grahammal[_17_] is offline
external usenet poster
 
Posts: 1
Default Print area


If I wanted to set the print area to just print
Sheets("Sheet1").Range("A1":"E9")
rather than the whole sheet, how do I do this from a macro button. I
know that
ActiveSheet.Printout prints the whole sheet, but I need to set the
print area 1st.
The print area will be variable depending on what I decide to import
into the active sheet.


--
grahammal
------------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=515670