R
Rob947
I am trying to write a macro to add "=+" to the contents of a cell.
Cell A1 contains AD11 and I need it to say =+AD11
Cell A2 contains BC34 and I need it to say =+BC34
(I have a couple of 1000 cells to add this to.)
When I write the macro and run it, the first cell is OK but cell A2
becomes =+AD12 and A3 becomes =+AD13 What am I doing wrong??
Cell A1 contains AD11 and I need it to say =+AD11
Cell A2 contains BC34 and I need it to say =+BC34
(I have a couple of 1000 cells to add this to.)
When I write the macro and run it, the first cell is OK but cell A2
becomes =+AD12 and A3 becomes =+AD13 What am I doing wrong??