Thread
:
what is the R1C1-style notation in Macro Language?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
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
...
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett