Problem with Excel object

  • Thread starter Thread starter yaya via DotNetMonster.com
  • Start date Start date
Y

yaya via DotNetMonster.com

Hi all, Im using Microsoft Excel 11.0 Object Library as my program
reference to create an Excel object, everything works fine but I notice
that a process named EXCEL.EXE will run on the backgraound once a while
after runing the program. Anyone know what's the peoblem? Thankx.
 
I have had the same problem with previous versions of excel as well. What I
do is after I create the excel instance... I grab the highest progID from
task manager of EXCEL.EXE from task manager. I can then programatically kill
the instance when I need to in my program.

Hope this helps.

Bob Calvanese
 
Sorry, can you please explain on how to grab the highest progID from
task manager of EXCEL.EXE from task manager, then programatically kill
the instance in the program? Please give a piece of code if
possible..thanks..
 
Back
Top