I have a macro where at one point it populates a vlookup formula in a given column. The lookup value is in column AY. So I need the row to change to the active row and the column to stay AY. How do I go about that in the code? For example, lets say I am pasting the formula in column Z. I need the lookup value in Z1 to be AY1, Z2 to be AY2, Z3 to be AY3 etc. What do I enter in to VBA to get the row to change but the column to stay AY?
Bookmarks