View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ginny[_2_] Ginny[_2_] is offline
external usenet poster
 
Posts: 1
Default Rename active sheet

I was using a macro in exel 2002, and now have exel 2003.
The coding for changing the name of the active sheet (Which was:
Active sheet.Select ; ActiveSheet.Name = "sheet1") does not work
with my new exel. Has something changed?
Thanks