Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have to create a userform with several checkboxes to select particular
sheets for printing. Check one box will select one sheet. A "Print" button is created with the code: Private Sub CommandButton1_Click() ActiveWorkbook.SelectedSheets.PrintOut Copies:=1 Unload Me End Sub Please advice how to pass the checked sheets for printing. Thanks. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
print selected cells in Excel | Excel Discussion (Misc queries) | |||
How do I print sheets in Excel without blank sheets after page | New Users to Excel | |||
Print a selected number of sheets | Excel Discussion (Misc queries) | |||
How to print a selected number of sheets? | Excel Worksheet Functions | |||
a for selected sheets print named page macro | Excel Programming |