+ Reply to Thread
Results 1 to 2 of 2

VBA to alter selection in a Drop Down Box

  1. #1
    Darin Kramer
    Guest

    VBA to alter selection in a Drop Down Box

    Howdie.

    I need to write a macro which selects an existing dropdown box (Drop
    Down 810) and irrespective of the current selection, changes the
    selection on it to the first option. It currently has three options.

    Any ideas of what the VBA would look like would be most appreciated

    Thanks

    D

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

  2. #2
    Tom Ogilvy
    Guest

    Re: VBA to alter selection in a Drop Down Box

    Activesheet.DropDowns("Drop Down 810").ListIndex = 1

    --
    Regards,
    Tom Ogilvy

    "Darin Kramer" <[email protected]> wrote in message
    news:[email protected]...
    > Howdie.
    >
    > I need to write a macro which selects an existing dropdown box (Drop
    > Down 810) and irrespective of the current selection, changes the
    > selection on it to the first option. It currently has three options.
    >
    > Any ideas of what the VBA would look like would be most appreciated
    >
    > Thanks
    >
    > D
    >
    > *** Sent via Developersdex http://www.developersdex.com ***
    > Don't just participate in USENET...get rewarded for it!




+ 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