View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Rename current sheet

How do I rename the current sheet.

This is what I have, but if sheet1 has already been
renamed, it won't work. Thank you.

Sheets("Sheet1").Name = "Linefile"