Here is my code:
So no matter where I click on the spreadsheet and trigger the macro, this will run a vlookup until the cell to the left is empty. Now I want the "cursor" (to select the cell) on the right of where I originally started my first macro and run another vlookup and runs until 2 cells to the left are empty.
Each time I use the macro, the number of rows differ so I want to see if there is a way for the cursor to return to the original starting point of the first vlookup and then move 1 to the right to run the second macro.
Bookmarks