View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mr. Matt Mr. Matt is offline
external usenet poster
 
Posts: 20
Default Use Cell Values to Create Tabs with specific names

I'd like to create a new tab for each cell in column A that has a value in it
using that cell's value as the tab name. I have a tab that the new ones
should all be copies of named "Template Tab". I'd like this to loop until it
finds a blank cell in column A and then stop.

Thanks in advance for your help!!