Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need help creating a 2 part formula, which will allow me to change all of
the sheet names in my file to the value in cell A1 on each sheet. There's a twist though...I want Excel to ignore the first 4 characters in Cell A1 on each sheet before changing the sheet name. So, if Cell A1 on Sheet1 contains the value 001=Farming, I would like the sheet name to be called 'Farming'. I can extract 'Farming' in Excel using the following formula: =MID(A1,11,LEN(A)-4) but I don't know how to do this in VB. Second, I'd like to create a function that will change all of the sheet names in the file to the value in Cell A1 on each sheet. Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sheet tab names change automatically | Excel Discussion (Misc queries) | |||
Change sheet names for charts on the fly | Excel Discussion (Misc queries) | |||
How to change sheet names via formula | Excel Discussion (Misc queries) | |||
change range names on a particular sheet | Excel Programming | |||
Code to bold names within a cell- With a twist | Excel Programming |