Hi,
I am trying to write vba code to take data from one sheet and move it to a new sheet based on the condition of paid. The raw data are in columns A to F on the sheet called AR.
I try to move them to the sheet called Paid, based on a msg box input where the user types in the word Paid. The code works on a small data set, so it takes the data and moves it onto the paid sheet.
But when I try it on large sets(over 600 records), it keeps repeating the output.
So I see columns A to F with the proper data. Then starting in columns G and going all the way out to the last possible column, the data is repeated.
I have uploaded a file that shows the code.
Thanks you
I am trying to write vba code to take data from one sheet and move it to a new sheet based on the condition of paid. The raw data are in columns A to F on the sheet called AR.
I try to move them to the sheet called Paid, based on a msg box input where the user types in the word Paid. The code works on a small data set, so it takes the data and moves it onto the paid sheet.
But when I try it on large sets(over 600 records), it keeps repeating the output.
I have uploaded a file that shows the code.
Thanks you