A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I can only monitor the running status, process is hanging here as shown below.
I also place a mark on function, which require a lot of calculation, but it does not goes and stop on those function yet during hanging period.
Is there any approach to determine where could go wrong?
Do you have any suggestions?
Thank you very much for any suggestions (^v^)
Case 1
Some coding ...
ActiveSheet.EnableCalculation = True ' in case it was False
With Application
.Calculation = xlCalculationManual ' Not responding for calculation
.CalculateBeforeSave = False
.ScreenUpdating = True
End With