I have a form I’ve created that prompts for data input for specific cells with pop-up window input boxes. A typical input window is as this:
Range(“C11”).Select
ActiveCell.FormulaR1C1 = InputBox(“Arch Code”)
We then type in the data for that particular cell via the Input Box, hit and continue.
I would like to know if it is possible to have a list of choices to pick from for each Input Box so that we don’t have to type the data in each time. Also, some of the responses we type in are then used to make calculations in other cells and if a typo occurs when entering the data the other cells do not make the correct calculations.
Thanks for your help,
B.H. Davis
bhdavis@curvedmouldings.com