+ Reply to Thread
Results 1 to 2 of 2

a running list from a drop down?

  1. #1
    Registered User
    Join Date
    08-30-2007
    Posts
    1

    a running list from a drop down?

    Hi all,
    best way i could describe it.
    My problem is :

    sheet 1 has a drop down (months)
    now on sheet 2 A1's value is whatever it gets from the drop down.

    my goal is:
    I would like to use the drop down on sheet1 to fill the "A" column on sheet2 consecutively

    for example:
    drop down = march
    sheet2 A1=march

    drop down = december
    sheet2 A2=december

    and so on.
    right now as I have it, A1 on sheet2 just keeps replacing the value with whatever value is set in the drop down.

    is this possible to do?
    thank you.
    Tin

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    Hi Tinman,

    The following code attached to Sheet1's Worksheet_Change event should do what you're looking for (this assumes you're using a Data Validation drop-down list).
    Please Login or Register  to view this content.
    If you're using a ComboBox object from the Control Toolbox (with the combobox linked to cell Sheet1!A1), then this code should work:
    Please Login or Register  to view this content.

+ 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