+ Reply to Thread
Results 1 to 3 of 3

Access a worksheet level named range with Refers To like "=5".

  1. #1
    Jeremy Gollehon
    Guest

    Access a worksheet level named range with Refers To like "=5".

    When a named range has Refers To like "=5" I can't seem to access the value
    (or anything about the range for that matter) via code. I assume this is
    because it doesn't point to a range and thus isn't part of the range
    collection.

    Is there a way to get to the value of this named "range" via code?

    Thanks,
    Jeremy



  2. #2
    Bob Umlas, Excel MVP
    Guest

    RE: Access a worksheet level named range with Refers To like "=5".

    answer = [test]
    where test was defined as =5.

    "Jeremy Gollehon" wrote:

    > When a named range has Refers To like "=5" I can't seem to access the value
    > (or anything about the range for that matter) via code. I assume this is
    > because it doesn't point to a range and thus isn't part of the range
    > collection.
    >
    > Is there a way to get to the value of this named "range" via code?
    >
    > Thanks,
    > Jeremy
    >
    >
    >


  3. #3
    Jeremy Gollehon
    Guest

    Re: Access a worksheet level named range with Refers To like "=5".

    Perfect. Thanks Bob.

    Bob Umlas, Excel MVP wrote:
    > answer = [test]
    > where test was defined as =5.
    >
    > "Jeremy Gollehon" wrote:
    >
    >> When a named range has Refers To like "=5" I can't seem to access
    >> the value (or anything about the range for that matter) via code. I
    >> assume this is because it doesn't point to a range and thus isn't
    >> part of the range collection.
    >>
    >> Is there a way to get to the value of this named "range" via code?
    >>
    >> Thanks,
    >> Jeremy




+ 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