I'm trying to put an Excel template together for data entry.
Particular columns are to be reserved for specific text values. It seems like putting comboboxes into each cell with set values will have problems if the N gets too high.
One columns' values will have over 1,000 possibilities.
My question is, can I set a column (range) to have an auto complete property based off of a specfic list (which can exist on another sheet)?
Can anyone suggest another method for this? I thought about a single combobox per column frozen at the top, but how would users indicate to which cell the selection is to be entered? I don't want it to be a frustrating experience.
I'd appreciate code snippets since I'm not 'expert' with VBA for MS apps.
Thanks,
Brian
Particular columns are to be reserved for specific text values. It seems like putting comboboxes into each cell with set values will have problems if the N gets too high.
One columns' values will have over 1,000 possibilities.
My question is, can I set a column (range) to have an auto complete property based off of a specfic list (which can exist on another sheet)?
Can anyone suggest another method for this? I thought about a single combobox per column frozen at the top, but how would users indicate to which cell the selection is to be entered? I don't want it to be a frustrating experience.
I'd appreciate code snippets since I'm not 'expert' with VBA for MS apps.
Thanks,
Brian