Hi

I would like to time sections of my code to the millisecond (perching for bottlenecks). The excel "Timer" function only has accuracy to the second and I would like accuracy to the millisecond. I found CharlesWilliams's MicroTimer code on this site but it is dependent on some Windows DLLs so won't run in Excel for Mac.

1. Does anyone know of similar code for the Mac?
2. How I could create a timer function with millisecond accuracy?