I could not get the way you suggested to work given my code, but the following code allows me to do what I want.
With each click in the userform, the counter and all the information in the click is moved to another sheet called history, and since the information that is copied occupies 2 rows, i want it to skip a row and then continue onto the one after that. Each click stores history based on the number.
The code that I have messes up on the first two clicks. The first click puts the items that were copied in the first spot I want, but then the second click overwrites the first clicks copy. The third click skips a line and copies the information correctly. I do not understand why that is. My code is below:
This code is for the counter...
This code is for the copy command.
Any suggestions would be appreciated!
Bookmarks