Hi everyone,
I used the second VBA code option on the following site to make sheet/tab names equal a cell value within their respective sheets:
https://excel.tips.net/T002145_Dynamic_Worksheet_Tab_Names.html
The problem is, the names do not update automatically (as is claimed on the paged).
Instead, you have to click anywhere in the sheet to make the sheet/tab name update.
So, for example, if I want the sheet/tab name at the bottom of my excel page to equal the value in cell A1, and the value in A1 has been changed, I have to click somewhere on the sheet to update the sheet/tab name and this largely defeats the purpose of the code.
Could somebody please help by providing a VBA code that updates the sheet/tab name as soon as the cell value changes without any manual prompting?
Thanks.
T
I used the second VBA code option on the following site to make sheet/tab names equal a cell value within their respective sheets:
https://excel.tips.net/T002145_Dynamic_Worksheet_Tab_Names.html
The problem is, the names do not update automatically (as is claimed on the paged).
Instead, you have to click anywhere in the sheet to make the sheet/tab name update.
So, for example, if I want the sheet/tab name at the bottom of my excel page to equal the value in cell A1, and the value in A1 has been changed, I have to click somewhere on the sheet to update the sheet/tab name and this largely defeats the purpose of the code.
Could somebody please help by providing a VBA code that updates the sheet/tab name as soon as the cell value changes without any manual prompting?
Thanks.
T