I need to build a drop down list dynamically, whereby after entering particular text into a cell I then execute some SQL and build a Dropdown
from the returned rows.
How is the event concentrated on the value of just one cell (rather than the whole spreadsheet) done?
Must I "paste" the SQL row values onto a spreadsheet before I create the Dropdown
? Is it possible in VBA to populate the Dropdown
without having to paste values onto a spreadsheet and then highlight them to create the Dropdown
?
Thanks
No it is not necessary to paste values in the sheet to create the dropdown. See this example