Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Rowsource not working properly :(

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

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Rowsource not working properly :(

You have to use the Initialize event for this:

ComboBox1.List = Application.Transpose(Range("Q7:B7"))

--
Regards

Juan Pablo González

"Stift " wrote in message
...
I've got a Combobox on a userform and I've set the rowsource(in the
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 Stift


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Rowsource not working properly :(

So nobody is able to help ????
I can't solve this myself ,but I bet a lot of members here can help
me!!

So please reply and help me :

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Rowsource not working properly :(

You got one reply already.

http://groups.google.com/groups?thre...rum-nospam.com

Did it not work for you?

"Stift <" wrote:

So nobody is able to help ????
I can't solve this myself ,but I bet a lot of members here can help
me!!

So please reply and help me :(

---
Message posted from http://www.ExcelForum.com/


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Track Changes Not Working Properly Gina Excel Worksheet Functions 0 May 19th 09 11:43 PM
formula not working properly nathanv3223 Excel Worksheet Functions 2 March 5th 09 02:16 PM
my sum function is not working properly rajnish Excel Discussion (Misc queries) 2 October 24th 07 02:29 PM
Autofilter not working properly Raza Excel Worksheet Functions 9 December 30th 06 01:48 AM
But not working properly Rao Ratan Singh Excel Discussion (Misc queries) 2 September 14th 06 08:45 AM


All times are GMT +1. The time now is 08:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"