.RowSource by row range

  • Thread starter Thread starter Boba
  • Start date Start date
B

Boba

Howdee;
my last post (bout 2 wks go) got lost...
please, let me repost't:
..RowSource takes a string of Range (ccording
to ms) and it causes a problem:
myListBox.RowSource = .Range("A1:J1")
makes the myListBox control have just 1
item in its List: "A1"... Why?
though:
myListBox.RowSource = .Range("A1:A11")
complains the rules. Any thoughts?
I use Office XP. Has this rule different
meaning in later versions of xl? Thanks.
 
It's a string

myListBox.RowSource = "A1:J1"
--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Back
Top