Thread: cell address
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 cell address

msgbox cells(2,3).address(0,0)

If I understand what you mean.

Jim wrote:

Is there a function I can use to display to the user the address
corresponding to the cells coordinate of row,column? for example if I am
working with a cell at 2,3 is there a functio to convert it to address c2 ?

thanks


--

Dave Peterson