Hello, I wonder if it is possible to create a macro that would insert e.g. a character "Z" in a cell below every instance of a cell with a character "X"?
Let's say I have a column C and within this column cells with a letter X appear from time to time. I want a macro to search Xs and insert Zs below every cell with Xs.
I have:
X
X
X
I want:
X
Z
X
Z
X
Z
If a second macro could be created but with inserting Ys above each cell with X my satisfaction would be immense.
Bookmarks