I have a spreadsheet in which some of the cells are comboboxes. Because Excel forces me to set a source for each combobox, the source for each is set to " ".
In my VBA code, I retrieve information from an outside source. I need to be able to loop through this information and place each piece of information into the appropriate combobox. The problem is that I have not seen any way of setting the values that should appear in a cell's combobox. I know that I can set the combobox's values list to a range of cells. But I don't want to fill in values into extra cells in the spreadsheet.
So, is there anyway to set the values that should appear in a combobox, if that combobox is one of the cells in a spreadsheet (as opposed to a combobox in a userform)?
Bookmarks