View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default what is the R1C1-style notation in Macro Language?

how about
range(cells(1,2),cells(2,5))

--
Don Guillett
SalesAid Software

"Vincent" wrote in message
...