View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Need to print a Worksheet without selecting it

Sheets("June").PrintOut Copies:=1, Collate:=True

"ordnance1" wrote:

What would the code look like if I wanted to print WorkSheet June if CheckBox
6 = true. I need to print without actually making the sheet active.