View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vasile Dumitrescu Vasile Dumitrescu is offline
external usenet poster
 
Posts: 1
Default slow macro execution

Hi
I am running a macro that creates a series of workbooks...
and does major changes to these workbooks (ex: change Name
definitions, update Query tables, etc.)
The problem is that it runs very slow although the Excel
process is only taking 1-3% of available processor time...
Normally if Excel would take more the macro should run
faster, right? How can I force Excel to use more of the
processor?

Thanks