+ Reply to Thread
Results 1 to 3 of 3

active cell list name

  1. #1
    Hippy
    Guest

    active cell list name

    Is there a way to find the name associated to the list of values on an active
    cell in a spreadsheet?

  2. #2
    Dave Peterson
    Guest

    Re: active cell list name

    Maybe...

    You could use Jan Karel Pieterse's (with Charles Williams and Matthew Henson)
    Name Manager:

    You can find it at:
    NameManager.Zip from http://www.oaltd.co.uk/mvp

    That utility has the ability to find the names that refer to the selected
    cells. (It may get you close enough for what you want to do.)

    Hippy wrote:
    >
    > Is there a way to find the name associated to the list of values on an active
    > cell in a spreadsheet?


    --

    Dave Peterson

  3. #3
    Hippy
    Guest

    Re: active cell list name

    I was able to find the name range associated to the cell using:

    if target.validation.type = 3 then
    str = target.validation.formula1
    end if

    Thanks for your input.

    Hippy

    "Dave Peterson" wrote:

    > Maybe...
    >
    > You could use Jan Karel Pieterse's (with Charles Williams and Matthew Henson)
    > Name Manager:
    >
    > You can find it at:
    > NameManager.Zip from http://www.oaltd.co.uk/mvp
    >
    > That utility has the ability to find the names that refer to the selected
    > cells. (It may get you close enough for what you want to do.)
    >
    > Hippy wrote:
    > >
    > > Is there a way to find the name associated to the list of values on an active
    > > cell in a spreadsheet?

    >
    > --
    >
    > Dave Peterson
    >


+ 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