extrapolate range coordinates

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Could it be that you had an S in one spelling and didn't have it in the other.

VintageResult
VintageResults
???
 
Back
Top