Hi all,
I have been struggling with a problem for a while and I believe VBA can help, but unfortunately my knowledge of excel VBA is limited. Anyway here is the problem:
I have an excel file where users need to input sample data per row for a fridge storage system. This Inputsheet will be used to upload data into the storage systenm using a script. This script reads rows which contain data. In the sheet where the user is adding his data (called Inputsheet) I have formulas and data validation based on lists included. To make sure the cell values are correctly included in the other program, I have included them in rows 1-100. If the user is adding data of just 20 samples, the script still reads the formulas in rows 21-100 and therefore adds incomplete data.
What I would like to see is that the user is asked (using an input box?) to indicate how many samples he wants to add (say 20) and that Excel copies the row (including the prefilled formulas and validation listst) from Sheet X to the Inputsheet which will then be pasted 20 times starting in cell A1.
Thanks for any help.
Rob
Bookmarks