(This is all needed in the formula bar, not in VBA code)
Is there an argument for a function such as offset to tell the function the current selected cell?
Maybe something along the lines of :
=right(offset(activecell,2,2),5)
Which would takes the last five characters of a cell 2 down and 2 over from the active cell.
I'm trying to make a macro that finds and replaces every cell with a certain string with characters from a cell right beside it plus characters from a cell 2 right from it.
Can anybody help?
Is there an argument for a function such as offset to tell the function the current selected cell?
Maybe something along the lines of :
=right(offset(activecell,2,2),5)
Which would takes the last five characters of a cell 2 down and 2 over from the active cell.
I'm trying to make a macro that finds and replaces every cell with a certain string with characters from a cell right beside it plus characters from a cell 2 right from it.
Can anybody help?