ariel20029
Board Regular
- Joined
- Jun 20, 2013
- Messages
- 97
Hi, I only have very limited VBA knowledge. Can you please look at the information I have and advise me. I am trying to have excel change the name of a spreadsheet via a messagebox. I copied the below in a module. The spreadsheet I am trying to rename is Template.
thanks so much.
Sharon
Sheets ("Template")
Sheets(Sheets.Count).Name = InputBox("Copy and Paste file ID")
thanks so much.
Sharon
Sheets ("Template")
Sheets(Sheets.Count).Name = InputBox("Copy and Paste file ID")