Thread: row source
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
new new is offline
external usenet poster
 
Posts: 1
Default row source

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