Hi there, I have a batch macro that I have some calculations that I do inside of it. It has lots of formulas and it is working pretty rough when I try it with a big data (more than 1 mil row). It sometimes works sometimes gives an internal deadlock error. I tried to optimize my macro to it's finest and it still is the same.
I'd like to use the same macro of mine but if I can I'd like to have first 50 or 100k rows to work within my macro and afterwards the next 50/100k rows and so on until the whole big data set works. How can I achieve it?