IRISHSHWDOW
New Member
- Joined
- Feb 17, 2019
- Messages
- 5
I want use macros to create different names for different ranges I have made (about 81 in total). The names vary slightly, for example one is called "Numbers_Left_G3" and another is "Numbers_Left_H5". The names depend on the cell above the range for example the former would have a cell above it that says "Left G3" and the latter would have a cell above it that reads "Left H5". I am extremely new (I'm a newb) to using macros so don't know the best way of going about this. I was attempting to use some variation of the RIGHT and ADDRESS formulas such as:
RIGHT(ADDRESS(ROW(ActiveCell.Select)-1,COLUMN(ActiveCell.Select),4,1),2)
but that wasn't working.
Any help is much appreciated!
RIGHT(ADDRESS(ROW(ActiveCell.Select)-1,COLUMN(ActiveCell.Select),4,1),2)
but that wasn't working.
Any help is much appreciated!