I have a workbook which used to be very slick. It now runs like a dog and I can't find where the bottle neck is.
Turning calculations off when running portions of code brings its life back, but when I am making manual changes the pauses and delays are unbearable.
I found this 10 year old thread and wondered if anyone was aware of a similar tool which I could use?
Mr Excel
->
NullSkull
Maybe this code will still work, but needs changing for a 64Bit system as this portion is highlighted red
any help is appreciated
Turning calculations off when running portions of code brings its life back, but when I am making manual changes the pauses and delays are unbearable.
I found this 10 year old thread and wondered if anyone was aware of a similar tool which I could use?
Mr Excel
->
NullSkull
Maybe this code will still work, but needs changing for a 64Bit system as this portion is highlighted red
VBA Code:
Private Declare Function getFrequency Lib "kernel32" _
Alias "QueryPerformanceFrequency" (cyFrequency As Currency) As Long
Private Declare Function getTickCount Lib "kernel32" _
Alias "QueryPerformanceCounter" (cyTickCount As Currency) As Long
any help is appreciated