I want to create a macro to re-name the sheet/tab to a standard name, regardless of the current name of the tab. When using 'record macro', it requires that the current tab name be stated:
Sheets("Current Name").Name = "NewName". Is there a way to make the command generic, like Sheets(Current Sheet).Name = "NewName" so that it will work in all cases? I will only use this on one-tab workbooks. Thanks
Bookmarks