View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
salah salah is offline
external usenet poster
 
Posts: 4
Default Get Address of Active Cell

the function below should work..

=+CELL("address",A1)
_______________________
salah



"LarryL" wrote:

Is there a function to access the address of the Active Cell without having
to revert to Visual Basic?

Thank You