Home > Archive > Visual Basic Syntax > March 2005 > Excel not closing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| vb.ravi 2005-03-12, 11:05 am |
| hey guys
cud ne of u jus help me out wit this problem im havin of excel instances not closing in vb. the instance jus keeps running in the task manager.
its got me all stuck up on my project.
ravi | |
|
| Are you properly cleaning up after yourself - Quitting / Closing all Excel
objects, Setting objects = nothing (even though this should happen when the
variable goes out of scope)...
If yes to the above, then post some of the code where you are creating the
Excel object and then cleaning up...
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
"vb.ravi" <vb.ravi.1lswlp@mail.codecomments.com> wrote in message
news:vb.ravi.1lswlp@mail.codecomments.com...
>
> hey guys
> cud ne of u jus help me out wit this problem im havin of excel
> instances not closing in vb. the instance jus keeps running in the task
> manager.
> its got me all stuck up on my project.
> ravi
>
>
>
> --
> vb.ravi
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>
|
|
|
|
|