Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I have a sheet with student information. Of the student information, Column B is Student No. How can I have the student numbers listed in my combo box of my user form. I tried having "B:B" in the RowSource event of combo box, and I saw the student numbers in the design mode. When I ran the user form, I didn't see anything. Then I tried having "B" in the ControlSource event and "B:B" in the RowSource event of combox box, and, again, I saw them in the design mode. When I ran the user form, I got an error "Path/file access error". The rest of events was unchanged. Please help. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box that allows user entry of values not on drop-down list | Excel Discussion (Misc queries) | |||
Filtered list for Combo Box ListFillRange - Nested Combo Boxes | Excel Programming | |||
Combo box values based on other combo box value | Excel Programming | |||
Calling (Function?) from Userform_Initialize to generate list of unique values for Combo box | Excel Programming | |||
Configure Combo Box to Show Unique List Values Only? | Excel Programming |