I am setting up an Excel program for a catering company. They have a list of hundreds of menu choices. Each customer orders many items. I'm trying to set up a template where there are 100 rows per customer and each row contains a dropdown with the same list of menu options.
I had originally created a simple dropdown list in each cell, using a named range with all the menu choices.
However, it is very time consuming to fill out. I would like to have an autocomplete option for each cell. I was able to do it in VBA using a combobox but I dont think I can have a hundred combo boxes per customer.
Any ideas would be greatly appreciated.
Thanks.
I had originally created a simple dropdown list in each cell, using a named range with all the menu choices.
However, it is very time consuming to fill out. I would like to have an autocomplete option for each cell. I was able to do it in VBA using a combobox but I dont think I can have a hundred combo boxes per customer.
Any ideas would be greatly appreciated.
Thanks.