Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Combo Box ListFillRange Property - Non Adjacent Cells

When I add a combo box from Controls Toolbox, to my Excel worksheet, is it
possible to set non adjacent cells as the ListFillRange property of a combo
box? I have success with a range, but I am in need of specifying non-adjent
cells. ie: A3,A8,A15...not A3:A15.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Combo Box ListFillRange Property - Non Adjacent Cells

Hi Tony

You can make a loop in code to fill it
Or in hidden column use
=a3
=a8
=a15
...
...
...

And use this range


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Tony_VBACoder" wrote in message ...
When I add a combo box from Controls Toolbox, to my Excel worksheet, is it
possible to set non adjacent cells as the ListFillRange property of a combo
box? I have success with a range, but I am in need of specifying non-adjent
cells. ie: A3,A8,A15...not A3:A15.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Combo Box ListFillRange Property - Non Adjacent Cells

Don't want to use code to do this...can it be done with just the property
setting?

"Ron de Bruin" wrote:

Hi Tony

You can make a loop in code to fill it
Or in hidden column use
=a3
=a8
=a15
...
...
...

And use this range


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Tony_VBACoder" wrote in message ...
When I add a combo box from Controls Toolbox, to my Excel worksheet, is it
possible to set non adjacent cells as the ListFillRange property of a combo
box? I have success with a range, but I am in need of specifying non-adjent
cells. ie: A3,A8,A15...not A3:A15.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Combo Box ListFillRange Property - Non Adjacent Cells

Don't want to use code to do this...can it be done with just the property
setting?


No

But you can also use this :
Or in hidden column use
=a3
=a8
=a15
...
...
...

And use this range

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Tony_VBACoder" wrote in message ...
Don't want to use code to do this...can it be done with just the property
setting?

"Ron de Bruin" wrote:

Hi Tony

You can make a loop in code to fill it
Or in hidden column use
=a3
=a8
=a15
...
...
...

And use this range


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Tony_VBACoder" wrote in message
...
When I add a combo box from Controls Toolbox, to my Excel worksheet, is it
possible to set non adjacent cells as the ListFillRange property of a combo
box? I have success with a range, but I am in need of specifying non-adjent
cells. ie: A3,A8,A15...not A3:A15.






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
compare 2 column cells and return the adjacent columns cells data of the cell trebor57 Excel Worksheet Functions 1 February 1st 11 02:54 PM
Add cells on two adjacent rows but non-adjacent columns Eve Excel Worksheet Functions 14 October 20th 09 02:32 AM
Combo box - Listfillrange [email protected] Excel Discussion (Misc queries) 0 July 13th 07 09:51 AM
Loosing combo box ListFillRange Hank[_2_] Excel Programming 0 November 11th 04 05:53 PM
Combo box property Dan Excel Programming 2 October 28th 04 08:14 PM


All times are GMT +1. The time now is 08:14 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"