+ Reply to Thread
Results 1 to 3 of 3

Entering Values into Combobox in Spreadsheet

Hybrid View

  1. #1
    Regnab
    Guest

    Entering Values into Combobox in Spreadsheet

    I'm trying to place a combobox on a spreadsheet and then enter values
    into it manually for the user to choose (specifically the months in a
    year). I'm been through the forums and found instructions to go to
    format control and properties and add it there. However, the only
    option available to me in properties is object positioning. There is
    nothing there about adding values. The only other way I can think it
    would be possible is to add it to code which runs when the workbook
    opens (an example would be helpful) but if there is a simplier way, I'd
    much rather use it.

    Thanks

    Reg


  2. #2
    flow23
    Guest

    RE: Entering Values into Combobox in Spreadsheet

    You need to right click and go to properties instead of Format control.

    In the properties of the combobox. you will find Listfillrange field.

    add the values in particular cells of hte sheet. and then point the
    listfillrange field to those cells. (E.g.if you type in your months Jan ,
    feb, march,etc in Cell A10 to A15, thent ype the listfillrange A10:A15

    hope this helps


    "Regnab" wrote:

    > I'm trying to place a combobox on a spreadsheet and then enter values
    > into it manually for the user to choose (specifically the months in a
    > year). I'm been through the forums and found instructions to go to
    > format control and properties and add it there. However, the only
    > option available to me in properties is object positioning. There is
    > nothing there about adding values. The only other way I can think it
    > would be possible is to add it to code which runs when the workbook
    > opens (an example would be helpful) but if there is a simplier way, I'd
    > much rather use it.
    >
    > Thanks
    >
    > Reg
    >
    >


  3. #3
    Regnab
    Guest

    Re: Entering Values into Combobox in Spreadsheet

    Flow,

    Works a treat - thank you. Was wondering through, is there anyway I can
    enter the values straight into the properties like one can use Row
    Source in access??

    Cheers

    Reg


+ 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