+ Reply to Thread
Results 1 to 4 of 4

Combo Box ListFillRange Property - Non Adjacent Cells

Hybrid View

Guest Combo Box ListFillRange... 01-26-2005, 05:06 PM
Guest Re: Combo Box ListFillRange... 01-26-2005, 06:06 PM
Guest Re: Combo Box ListFillRange... 01-27-2005, 12:06 PM
Guest Re: Combo Box ListFillRange... 01-27-2005, 12:06 PM
  1. #1
    Tony_VBACoder
    Guest

    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. #2
    Ron de Bruin
    Guest

    Re: 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" <TonyVBACoder@discussions.microsoft.com> wrote in message news:4F4C6A6E-FB25-4C8C-8100-9C4C7F7E3F64@microsoft.com...
    > 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. #3
    Tony_VBACoder
    Guest

    Re: 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" <TonyVBACoder@discussions.microsoft.com> wrote in message news:4F4C6A6E-FB25-4C8C-8100-9C4C7F7E3F64@microsoft.com...
    > > 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. #4
    Ron de Bruin
    Guest

    Re: 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" <TonyVBACoder@discussions.microsoft.com> wrote in message news:24A1C5D3-FC33-4D0F-BC4A-30FB00785CEB@microsoft.com...
    > 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" <TonyVBACoder@discussions.microsoft.com> wrote in message
    >> news:4F4C6A6E-FB25-4C8C-8100-9C4C7F7E3F64@microsoft.com...
    >> > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1