View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
dan dungan dan dungan is offline
external usenet poster
 
Posts: 411
Default Question on VBA Insertion of Additional Sheet

Hi Frank,

Well, it seems that you can manually add the sheets you need, but you
want a macro to do it, right?

I would start with recording the macro while you manually insert the
new sheets.

Then let's see what code you get.

Dan