Forum Discussion
iqbal1991
Dec 04, 2019Copper Contributor
My excel Mac crashing if I run VBA macro that has looping formula
My file is crashing if I run VBA macro that has looping formula. My excel mac version is the update one version 16.31 I try to press esc twice and CTRL+. to stop the VBA macro calculation, howeve...
crazyshoots
Dec 05, 2019Brass Contributor
iqbal1991Hi, I don't have excel mac but that happens on my windows and it's because I have an errant code. Unless you're very confident that the code worked and it did work previously without changes.. otherwise I'd suggest you relook into the code prior to running it. Most likely the looping part could not find a stop point hence it kept running and using up the memory on the system.