I have written 2 macros in VBA which prompt the user to select a value from a "combo box", and based on that value, it generates some Autocad drawings.
It works OK, but it's not ideal because:
1. The Combobox list values are taken from an Excel file, and the For... loop populates the list...