View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fragher75[_9_] fragher75[_9_] is offline
external usenet poster
 
Posts: 1
Default Printout sheets with a userform


Hi,
I would printout some sheets with a user form. In this userform I put
checkboxes near the names of sheets, so when I select one or more
chechboxes I can printout (or preview) the sheet(s) selected.
If I record a macro, the multiselection of sheets is:

Sheets(Array("Sheet1", "Sheet2",
"Sheet3","Sheet4","Sheet5","Sheet6")).Select

but I have more combination of choose...

Can you help me?
Thanks


--
fragher75
------------------------------------------------------------------------
fragher75's Profile: http://www.excelforum.com/member.php...o&userid=12360
View this thread: http://www.excelforum.com/showthread...hreadid=531184