View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] y2ksmith@gmail.com is offline
external usenet poster
 
Posts: 2
Default Excel runs much slower in console app

Ok, just after I made the original post, I figured the problem out. I
needed to add Application.Run() (with no parameters), and then call
Application.Exit() when the reports finished processing. Must have
something to do with starting a message pump for the process.

Thanks