View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
prague[_5_] prague[_5_] is offline
external usenet poster
 
Posts: 1
Default Macros-creating new sheets


Yes, if you post your code out, should be easier...

I do replications on inserting similar sheets:

something like this:

Sheets(Array("Sheet1", "Sheet2", "Sheet3")).Select
Sheets(Array("Sheet1", "Sheet2", "Sheet3")).Copy Befo=Sheets(4)


Cheers, P


--
prague
------------------------------------------------------------------------
prague's Profile: http://www.excelforum.com/member.php...o&userid=30172
View this thread: http://www.excelforum.com/showthread...hreadid=513461