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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top