I didn't knew what title to give this thread. I have a sheet, where in A1 i have John Doe, under A2 i have Patrick Swayze... etc etc you get the picture. Now i want to make a macro button which does the following: A1 John and B1 Doe, A2 Patrick and B2 Swayze. Do you understand me? Now i never worked with macros before and i never even touched visual basic. But i've made the following. It works, but it always puts the same names
This is the code
now if i select A1 where John Doe is and run the macro, it puts John in A1 and Doe in B1, which is good. But if i select patrick swayze which is in A2 and run the macro, it puts John in A2 and Doe in B2 but it should be Patrick in A2 and Swayze in B2
Bookmarks