Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 161
Default Combo Box Row source problem

I have been having a problem with the row source on a combo box. I have the
range named 'drwlistrng' for the row source. I have a procedure that adds
items to the range and in that procedure the named range adds the row to the
rangename. When combo box list is pulled up the the last item added to the
range does not come up. I will go in the name box and select 'drwlistrng'
and the full range is highlighted. I can't figure out what is wrong.

Any Ideas?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default Combo Box Row source problem

My assumption is that you are refering to a combobox on a userform since the
terms ListFillRange and Input Range are used for ComboBoxes on a worksheet
respectively from the Control Toolbox toolbar and Forms toolbar.

In the routine that adds to the range, after making the addition, update the
combobox by running this:
ComboBox1.RowSource = "drwlistrng"

Obviously, change the name of the combobox to suit.

Greg

"ranswert" wrote:

I have been having a problem with the row source on a combo box. I have the
range named 'drwlistrng' for the row source. I have a procedure that adds
items to the range and in that procedure the named range adds the row to the
rangename. When combo box list is pulled up the the last item added to the
range does not come up. I will go in the name box and select 'drwlistrng'
and the full range is highlighted. I can't figure out what is wrong.

Any Ideas?
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 161
Default Combo Box Row source problem


I think that will works.
Thanks alot
"Greg Wilson" wrote:

My assumption is that you are refering to a combobox on a userform since the
terms ListFillRange and Input Range are used for ComboBoxes on a worksheet
respectively from the Control Toolbox toolbar and Forms toolbar.

In the routine that adds to the range, after making the addition, update the
combobox by running this:
ComboBox1.RowSource = "drwlistrng"

Obviously, change the name of the combobox to suit.

Greg

"ranswert" wrote:

I have been having a problem with the row source on a combo box. I have the
range named 'drwlistrng' for the row source. I have a procedure that adds
items to the range and in that procedure the named range adds the row to the
rangename. When combo box list is pulled up the the last item added to the
range does not come up. I will go in the name box and select 'drwlistrng'
and the full range is highlighted. I can't figure out what is wrong.

Any Ideas?
Thanks

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
How to find/edit combo box source? Gdareos[_2_] New Users to Excel 3 December 20th 08 12:31 PM
Combo box Row source Richard Excel Programming 2 June 21st 07 09:19 PM
Combo Source from another file Steve Excel Programming 2 August 5th 06 08:32 PM
Variable row data source for combo boxes? AndyRoo Excel Programming 4 June 2nd 06 09:13 PM
Source code for combo box in form shnim1 Excel Discussion (Misc queries) 1 April 14th 06 04:46 AM


All times are GMT +1. The time now is 04:53 PM.

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

About Us

"It's about Microsoft Excel"