Is there a way to create a VBA function to only recalculate a certain number of rows?
So start with row 1, and create a range.. or something like that, going down 500 rows and then calculate that num of rows (or new range)... and then repeat this going down through thousands of rows... but only calculating about 500 at a time? (and making sure nothing else is recalculated at the same time)
Thanks!
So start with row 1, and create a range.. or something like that, going down 500 rows and then calculate that num of rows (or new range)... and then repeat this going down through thousands of rows... but only calculating about 500 at a time? (and making sure nothing else is recalculated at the same time)
Thanks!