![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 217
|
I would like to be able to have a combo box with a defined set of values available at all times. How do I code a multi-dimension array and make it available to the combo box? Once the user selects the item from the list it is copied to the active cell in the work sheet. I plan to put the form with the combo box in my personal macro file.
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
If you are going to use a UserForm with a ComboBox, then I'd suggest using the _Initialize() event of the UserForm to load the values of the ComboBox.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|