Hi,
This is driving me nuts, please help!!
I have 5 textboxes on a userform, this is a stock updater from. If my txtQty textbox reads 5, it does add the details 5 times to a spreadsheet called "Log Information".
Problem is I need it to auto increment the serial number colomn based on the quantity textbox. Thus, if I have serial number 100 inserted in my userform and the quantity reads 5 I want all the information to be added to the spreadsheet but the serial number colomn must auto increment each row to the next value. i.e:
Name Serial Number bla bla blaaa
Chris 100
Chris 101
Chris 102
Chris 103....etc.
This is the code I have adding the data to the spreadsheet.
****Please help****
Bookmarks