View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jd1 jd1 is offline
external usenet poster
 
Posts: 3
Default How do I print multiple worksheets at the same time?

I have added a command button into my spreadsheet which prints all sheets at
once. However, I only want to print some of the worksheets. I only know the
Visual Basic code (ActiveWorkbook.PrintOut) for the entire workbook. Can
anyone tell me the code to print only select worksheets? Thank you.