Hi all,
I want to close excel application from C#, this is the piece of code I am
trying
"System.Runtime .InteropService s.Marshal.Relea seComObject(exc elApp);"
GC.Collect();
It ain't working ! Any ideas please !!
Thanks.
I want to close excel application from C#, this is the piece of code I am
trying
"System.Runtime .InteropService s.Marshal.Relea seComObject(exc elApp);"
GC.Collect();
It ain't working ! Any ideas please !!
Thanks.
Comment