View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
FrankTimJr FrankTimJr is offline
external usenet poster
 
Posts: 16
Default Sheets.Add Function

Is there any way to tell a macro that when a new sheet is added what the
sheet name is instaed of having Excel just give it the next "sheet1"? Other
functions in the macro reference the newly created tab and I'll never be able
to ensure it is ALWAYS "sheet1" before running the macro. I would like to
have the macro automatically give it a name I designate.

"Sheets.Add" is the function.

Any ideas??
Frank