Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When using the following code I get the error "Object doesn't support this
property or Method" Public Sub Create_Supplier_List() ' Set cb = ActiveSheet.OLEObjects.Add(ClassType:="Forms.Combo Box.1", Link:=False, _ DisplayAsIcon:=False, Left:=48.75, Top:=53.25, Width:=159, Height:= _ 18.75) Sheets(2).cb.ListFillRange = Sheets(2).Range("C2:C6") End Sub Please can you assist me with my problem. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Populating a combobox | Excel Programming | |||
Populating Combobox | Excel Programming | |||
Populating a combobox | Excel Programming | |||
ComboBox populating problem | Excel Programming | |||
Populating a ComboBox | Excel Programming |