Thread: copy sheets
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JMG[_2_] JMG[_2_] is offline
external usenet poster
 
Posts: 4
Default copy sheets

How can i select more worksheets without using
SHEETS(ARRAY("Sheet1","Sheet2")) ?

I have 12 sheets, and 5 of them are named with beginning "C "
and i want to copy all of them in once. How can i?