View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Dullingham Mark Dullingham is offline
external usenet poster
 
Posts: 92
Default Userforms checkboxes and printing

I have a workbook with a main page and on the page I ahve 7 command buttons
to print specific pages abd 1 command buuton to print all 7 pages.

What I would like to do is contol the printing from a userform.

I have designed a form with 7 checkboxes, a command button to close the form
and a print command button.

What I don't know how to do is get the print button to print the pages
selected by the 7 checkboxes.

Could anyone help with this please.

Thanks in advance for any responses.