D
Darin Kramer
Howdie,
Basic VBA for renaming a sheet with value in cell e1 is:
ActiveSheet.Name = Range("e1").Value
Two sitns I want to:
a) rename sheet with say e1 and f1, and for a different sheet
b) rename sheet with e1 and the word test
any ideas..?
Thanks
D
*** Sent via Developersdex http://www.developersdex.com ***
Basic VBA for renaming a sheet with value in cell e1 is:
ActiveSheet.Name = Range("e1").Value
Two sitns I want to:
a) rename sheet with say e1 and f1, and for a different sheet
b) rename sheet with e1 and the word test
any ideas..?
Thanks
D
*** Sent via Developersdex http://www.developersdex.com ***