View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] pascalv@sdf.lonestar.org is offline
external usenet poster
 
Posts: 9
Default Modify a process priority

During some long VBA code execution, I would like to use other
applications.
To run these other applications in a comfortable way, I manually set
the Excel process to the lowest priority. But I would like to
automatically reduce the Excel application priority with some VBA code,
rather than doing it manually each time.

Is there any VBA code to modify a process priority?
I have Not found that in any field of the Application object

Thanks in advance if somebody has already done that

Pascal