ClulessChris
IS-IT--Management
Why is vba so slow to run in office 2013 when compared to earlier versions of office?
I find everything much slower but more noticeable are routines in Excel. I've tried running the following first but get limited results in terms of speed.
Never knock on Death's door: ring the bell and run away! Death really hates that!
I find everything much slower but more noticeable are routines in Excel. I've tried running the following first but get limited results in terms of speed.
Code:
Function StopOperations()
With Application
.PrintCommunication = False: .Calculation = xlCalculationManual: .EnableEvents = False
End With
ActiveSheet.DisplayPageBreaks = False
End Function
Never knock on Death's door: ring the bell and run away! Death really hates that!