row source

N

new

Private Sub UserForm_Initialize()
ComboBox1.RowSource = "DATA 1!it3:DATA 1!it4"
End Sub

error:
runtime error 380
could not set the rowsource property.Invalid property
value.

current:
"DATA 1!it3:DATA 1!it4" are not empty.

Pls help.
Thanks
 
Top