View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Charles Maxson Charles Maxson is offline
external usenet poster
 
Posts: 24
Default get cell.address question

Augustus

Try
rng.Address(RowAbsolute:=False, ColumnAbsolute:=False)

where rng is your range object.

--

Charles
www.officezealot.com



"augustus" wrote in message
...
Hi,

Is there way to reture the address of a cell without an absolute
reference?

Ie, I want address in A4:B7 format, and not in $A$4:$B%7 format.

I'm using Office2003