+ Reply to Thread
Results 1 to 2 of 2

extrapolate range coordinates

  1. #1
    Cheer-Phil-ly
    Guest

    extrapolate range coordinates

    I have a range named "VintageResult" and I want to programmicately change
    it's coordinates, so I need to know the address of the current range. I
    tried doing...
    rngAddr = Range("VintageResults").Address(ReferenceStyle:=xlR1C1), but I get
    a runtime error '1004', method range of object failed.

    What an I doing wrong?

  2. #2
    Dave Peterson
    Guest

    Re: extrapolate range coordinates

    Could it be that you had an S in one spelling and didn't have it in the other.

    VintageResult
    VintageResults
    ???


    Cheer-Phil-ly wrote:
    >
    > I have a range named "VintageResult" and I want to programmicately change
    > it's coordinates, so I need to know the address of the current range. I
    > tried doing...
    > rngAddr = Range("VintageResults").Address(ReferenceStyle:=xlR1C1), but I get
    > a runtime error '1004', method range of object failed.
    >
    > What an I doing wrong?


    --

    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