Hi,
I need VBA code that will rename the current sheet based on the value of a cell (B2) in that sheet.
That value is a date in format YYYY-MM-DD and I need the sheet renamed in format M-D.
Example: Cell B2 shows value "2022-12-20" -> sheet must be renamed "12-20" (excluding quotation marks).
Any help would be immensely appreciated!
Thank you.
I need VBA code that will rename the current sheet based on the value of a cell (B2) in that sheet.
That value is a date in format YYYY-MM-DD and I need the sheet renamed in format M-D.
Example: Cell B2 shows value "2022-12-20" -> sheet must be renamed "12-20" (excluding quotation marks).
Any help would be immensely appreciated!
Thank you.