Closed Thread
Results 1 to 3 of 3

Specifying a result for a Drop Down Box

  1. #1
    Darin Kramer
    Guest

    Specifying a result for a Drop Down Box


    Hi There,

    I would like to create some VBA that changes the result for a drop down
    to a result of 2. (There are only two options Yes (1) and No (2)

    I know how to select the Drop down...
    ActiveSheet.Shapes("Drop Down 2").Select

    but how do I force it to choose option 2...?

    Thanks and Kind Regards

    Darin


    *** Sent via Developersdex http://www.developersdex.com ***

  2. #2
    Bob Phillips
    Guest

    Re: Specifying a result for a Drop Down Box

    activesheet.dropdowns("Drop Down 2").value = 2

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Darin Kramer" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi There,
    >
    > I would like to create some VBA that changes the result for a drop down
    > to a result of 2. (There are only two options Yes (1) and No (2)
    >
    > I know how to select the Drop down...
    > ActiveSheet.Shapes("Drop Down 2").Select
    >
    > but how do I force it to choose option 2...?
    >
    > Thanks and Kind Regards
    >
    > Darin
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***




  3. #3
    Darin Kramer
    Guest

    Re: Specifying a result for a Drop Down Box





    *** Sent via Developersdex http://www.developersdex.com ***

Closed 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