View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default How to run VBA code at low priority?

Sing,

No, you cannot do that with Excel.

HTH,
Bernie
MS Excel MVP


"Sing" wrote in message ...
Hi Excel Gurus,

I have a Excel VBA code which freezes my computer when it runs. The entire
code takes about 5 minutes to finish processing the data.

Is it possible to make it run at low priority so that my computer does not
freeze and I could still do some work?