So to try and explain, I've created a user input sheet that I would like to contain an unlimited number of line items.
That way, the end user could either enter in 1, or 1000 line items, without having to see 1000 lines to be filled from the start.
That way, as soon as the user inputs the first set of data in the first row, the second row appears to input the second set. (perhaps starting with 15, and then counting up one at a time from there).
Is this possible? This data will be referenced in miles and miles of VB code, so essentially the 1000 different rows will need to be hidden, than unhidden one at a time, as the row above has data entered into it.
Thanks for the help.
Bookmarks