I have a workbook with several sheets that I am simply wanting to have renamed based on the value entered in cells on one of those sheets. For some reason, no basic formula nor VBA codes are working. Currently, I can only manually rename the sheet and it will display whatever is typed even if it is a formula.
Specifically, I have a sheet “Input” in which cells B8:B16 contain names. I want those values to then be the names of the sheets. So Sheet11 should be named after B8 on Input, Sheet12 named after B9 on Input, and so on.
I’ve tried entering =Input!B8 on the sheet by right clicking the current tab name and selecting “Rename”. This has resulted in =Input!B8 being displayed.
Prior to attempting some VBA codes myself, I checked to see if there was any other codes that could be interfering and when I selected View Code on each sheet there did not appear to be any active codes or modules.
I’ve also ensured that the cells I’m trying to reference are formatted as Text. Still no success.
I’ve also tried a few different codes in VBA that I found searching online, some even from other posts in this community, but none have worked.
I feel like I’m missing something simple. This is driving me crazy. Any help is greatly appreciated. Thank you.
Specifically, I have a sheet “Input” in which cells B8:B16 contain names. I want those values to then be the names of the sheets. So Sheet11 should be named after B8 on Input, Sheet12 named after B9 on Input, and so on.
I’ve tried entering =Input!B8 on the sheet by right clicking the current tab name and selecting “Rename”. This has resulted in =Input!B8 being displayed.
Prior to attempting some VBA codes myself, I checked to see if there was any other codes that could be interfering and when I selected View Code on each sheet there did not appear to be any active codes or modules.
I’ve also ensured that the cells I’m trying to reference are formatted as Text. Still no success.
I’ve also tried a few different codes in VBA that I found searching online, some even from other posts in this community, but none have worked.
I feel like I’m missing something simple. This is driving me crazy. Any help is greatly appreciated. Thank you.