Thread: cell address
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jim[_60_] Jim[_60_] is offline
external usenet poster
 
Posts: 6
Default cell address

thanks, that was it.

"Dave Peterson" wrote in message
...
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