Rowsource not working properly :(

  • Thread starter Thread starter Stift
  • Start date Start date
S

Stift

I've got a Combobox on a userform and I've set the rowsource(in th
properties tab) to : =Q7:BQ7

But now it only shows the content of cell Q7 and not the other cells.
What do I have to change to fix it ????


Thanks in advance for helping me!


Greetz Stif
 
You have to use the Initialize event for this:

ComboBox1.List = Application.Transpose(Range("Q7:B7"))
 
So nobody is able to help ???? :confused:
I can't solve this myself ,but I bet a lot of members here can help
me!!

So please reply and help me :
 

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