Do you mean
![]()
Private Sub UserForm_Initialize() Me.ComboBox1.List = Range("myrange").Value End Sub
A UserForm ComboBox does not have a listFillRange, it has a RowSource.
Do you mean
![]()
Private Sub UserForm_Initialize() Me.ComboBox1.List = Range("myrange").Value End Sub
A UserForm ComboBox does not have a listFillRange, it has a RowSource.
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks