programmatically changing priority of running excel macro at runti

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi again,

Is it possible/how to change the priority level of a running macro within a
macro itself. For example, when doing file i/o which is intensive i would
like to lower it's priority so that it doesn't hog cpu. I won't have to
worry about the macro holding the file lock for too long because this will be
the only process accessing the file.

Thanks again.
Bing
 
You can't change the priority of Excel's macros.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Hi Chip,

Thanks for responding.

How about programmatically changing the priority level of the Excel parent
application within a macro? Does VBA offer such functionality?

Thankss
Bing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top