Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a combobox on a userform. frmMain.cmb1.RowSource = CustomerInfo this code returns an error msg "Could not set rowsource, invalid property value" how do i set the rowsource correctly? thanx |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Zaahir,
The RowSource property requires a string. What is CustomerInfo? If CustomerInfo is a range name, try something like: '============= Private Sub UserForm_Initialize() Me.ComboBox1.RowSource = _ Range("CustomerInfo").Address(External:=True) End Sub '<<============= --- Regards, Norman "Zaahir" wrote in message ... Hi I have a combobox on a userform. frmMain.cmb1.RowSource = CustomerInfo this code returns an error msg "Could not set rowsource, invalid property value" how do i set the rowsource correctly? thanx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Control Source / Row Source very unstable | Excel Programming | |||
How change link source in long formula when source moved | Excel Programming | |||
copying and pasting from source sheet to destination sheet without naming source sht? | Excel Programming | |||
How can i set the source-data-range of pivottable2 to the source . | Excel Discussion (Misc queries) | |||
How can I change the source of my extern source database in an ex. | Excel Programming |