+ Reply to Thread
Results 1 to 4 of 4

List of Unique Values

  1. #1
    Registered User
    Join Date
    02-11-2004
    Posts
    15

    Question List of Unique Values

    I have a table in excel in which I have several different scenarios and each scenario involves a series of control points (some scenarios repeat control points, some don't.) I was curious if there is a way to use VBA to generate a list of all the unique control points.

  2. #2
    Bob Phillips
    Guest

    Re: List of Unique Values

    You don't need VBA, you can do it with Data>Filter>Advanced Filter and check
    the Unique Records box.

    --
    HTH

    Bob Phillips

    "cmk18" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a table in excel in which I have several different scenarios and
    > each scenario involves a series of control points (some scenarios
    > repeat control points, some don't.) I was curious if there is a way to
    > use VBA to generate a list of all the unique control points.
    >
    >
    > --
    > cmk18
    > ------------------------------------------------------------------------
    > cmk18's Profile:

    http://www.excelforum.com/member.php...fo&userid=6047
    > View this thread: http://www.excelforum.com/showthread...hreadid=381572
    >




  3. #3
    Registered User
    Join Date
    02-11-2004
    Posts
    15
    That produces a static list though, I need somethign that changes as you add or delete nodes. Is there someway to use this functionality in VBA (maybe the in the Worksheet_Activate sub routine) to make the list dynamic?

  4. #4
    Bob Phillips
    Guest

    Re: List of Unique Values

    You could use filter in a worksheet change event to generate a unique list.

    --
    HTH

    Bob Phillips

    "cmk18" <[email protected]> wrote in
    message news:[email protected]...
    >
    > That produces a static list though, I need somethign that changes as you
    > add or delete nodes. Is there someway to use this functionality in VBA
    > (maybe the in the Worksheet_Activate sub routine) to make the list
    > dynamic?
    >
    >
    > --
    > cmk18
    > ------------------------------------------------------------------------
    > cmk18's Profile:

    http://www.excelforum.com/member.php...fo&userid=6047
    > View this thread: http://www.excelforum.com/showthread...hreadid=381572
    >




+ 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