View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default 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:=xl R1C1), but I get
a runtime error '1004', method range of object failed.

What an I doing wrong?


--

Dave Peterson