by alrodopial » Sun Apr 08, 2012 7:54 am
It must be very simple but ...
How do I store a range with values in memory so I can make calculations in memory and not writing/reading from from excel?
eg. MyAREA = RANGE("A1:C5")
so later I can do eg myVAR = MyAREA.Cels(1,1).Value + MyAREA.Cells(1,1).Value