Does setting ranges e.g.
use lots of memory?
I have a routine that loops through a process setting a number of ranges about 650 times and although the declared ranges in the code are getting re-used I am getting some 'Out of Memory' messages.
Code:
Set rngRange = range("DataRange")
I have a routine that loops through a process setting a number of ranges about 650 times and although the declared ranges in the code are getting re-used I am getting some 'Out of Memory' messages.