Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you!!!!!!!!!!!!
-- ca1358 "Dave Peterson" wrote: dim myCell as range dim myRng as range set myrng = worksheets("sheet2").range("e2:h2") With me.combobox3 for each mycell in myrng.cells .additem mycell.value next mycell end with ca1358 wrote: How do you write a source in code in VB Code for a ComboBox3 on an Excel UserForm where the source is horizontal range. For example Sheet2!E2:H2. -- ca1358 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ComboBox on a UserForm | Excel Worksheet Functions | |||
Horizontal Input for Combobox | Excel Discussion (Misc queries) | |||
Userform w/ComboBox | Excel Discussion (Misc queries) | |||
ComboBox on UserForm | Excel Programming | |||
ComboBox RowSource --- can I use a userform OWC10 spreadsheet range? | Excel Programming |