![]() |
![]() |
|
|||||||
| 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 |
|
Guest
Posts: n/a
|
I know this is really a simple query, but I'm very new to this! How do I add options to my combo box list in VBA?
Sorry to be so elementary! Karen |
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
Don't worry about it, I'm the same. The code you need has to go into the userform initialize part and will go like this:
combobox1.additem = "Choice1" combobox1.additem = "Choice2" and so on... [ This Message was edited by: Audiojoe on 2002-03-08 06:06 ] |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you!!
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|