extrapolate range coordinates

G

Guest

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?
 
D

Dave Peterson

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

VintageResult
VintageResults
???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top