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

What an I doing wrong?