View Single Post
  #2   Report Post  
Jezebel
 
Posts: n/a
Default Converting column & row numbers to a cell reference

Use the Address() function.



"Graham Tritton" wrote in message
...
I need to convert the column and row numbers into a cell reference. EG.

2,10 converts to B10
10,5 converts to J5

Anyone have any ideas?