Hello ALL!
I am a VBA greenhorn and need assistance in renaming (11) select worksheets in an excel workbook that containd based upon a cell value in each sheet.
This forum does have several posts relating to this same problem; however, no posts address naming specific sheets as well as where to place the code in VBA, or how the code is triggered.
The sheets that need to be renamed are as follows:
Sheet2, Sheet3, Sheet7, Sheet8, Sheet9, Sheet10, Sheet11, Sheet12, Sheet13, Sheet14 and Sheet15.
I would like to change the "Sheet Name" to the value of cell "G1" from each respective sheet.
Please let me know if the code has to go into each respective object in VBA or if it can be entered as a Module. Is there any way to have the code fire anytime the "G1" value changes in each sheet so that it is updated "real time" instead of having to save and reopen the workbook?
Thank you for your help!!
I am a VBA greenhorn and need assistance in renaming (11) select worksheets in an excel workbook that containd based upon a cell value in each sheet.
This forum does have several posts relating to this same problem; however, no posts address naming specific sheets as well as where to place the code in VBA, or how the code is triggered.
The sheets that need to be renamed are as follows:
Sheet2, Sheet3, Sheet7, Sheet8, Sheet9, Sheet10, Sheet11, Sheet12, Sheet13, Sheet14 and Sheet15.
I would like to change the "Sheet Name" to the value of cell "G1" from each respective sheet.
Please let me know if the code has to go into each respective object in VBA or if it can be entered as a Module. Is there any way to have the code fire anytime the "G1" value changes in each sheet so that it is updated "real time" instead of having to save and reopen the workbook?
Thank you for your help!!