Abhinav Shori
Member
I started recording a macro. A simple copy and paste by the vlookup table.
I started at cell A1 with formula: vlookup(a7, sheet2!a1:d5, 3, false)
A2: vlookup(a7, sheet2!a1:d5, 3, false)
i stopped the Macro and it worked perfectly fine.
Now when I make my active cell as B1, I would like same result to appear in cells B1 and B2
but
what happens is that I get result in B1 (when I run the Macro) and then it goes to A2. Is there any way to keep the Macro going along the same row????
Thanks in advance
I started at cell A1 with formula: vlookup(a7, sheet2!a1:d5, 3, false)
A2: vlookup(a7, sheet2!a1:d5, 3, false)
i stopped the Macro and it worked perfectly fine.
Now when I make my active cell as B1, I would like same result to appear in cells B1 and B2
but
what happens is that I get result in B1 (when I run the Macro) and then it goes to A2. Is there any way to keep the Macro going along the same row????
Thanks in advance