All in VBA.
I have a user form set up to automate data entry. I sucessfully made it so that column A populates according to column B according to a loop i specified. And column B populates according to a number they enter in userform. It auto populates according to a range resize code.
However, the problem is that I need it to stop at row 101 for both columns A and B and start a new workbook coninuing from where the previous one left off..
any suggestions?
I have a user form set up to automate data entry. I sucessfully made it so that column A populates according to column B according to a loop i specified. And column B populates according to a number they enter in userform. It auto populates according to a range resize code.
However, the problem is that I need it to stop at row 101 for both columns A and B and start a new workbook coninuing from where the previous one left off..
any suggestions?