08-23-2013 03:51 AM
Hi all!
I'm wondering that there is really no function that returns me an Excel Range String (something like "A1:CX85") from some numerical indexes (like MakeRangeString(1,1,102,85)). Or is there an other simple way to build a range string when I need more then 26 columns?
08-26-2013 05:35 AM
Hello thosch,
i do not found a function that creates the expected range you wanted. You must programmatically build them.