Hi Members
I got this message when word was called second time from vb.
First time it is working fine.
When 2nd opened, I find pid of the excell and terminate then call as per below
dim xl as new excel.applicati on
set xl=new excel.applicati on
with xl
activecell...
end with
Here i got this msg.
Every thing I did like properly closed application
such as
xl.quit
set xl=nothing
why this happening/
could you plz tell me about that how to handle
Regards
Prakash.s
I got this message when word was called second time from vb.
First time it is working fine.
When 2nd opened, I find pid of the excell and terminate then call as per below
dim xl as new excel.applicati on
set xl=new excel.applicati on
with xl
activecell...
end with
Here i got this msg.
Every thing I did like properly closed application
such as
xl.quit
set xl=nothing
why this happening/
could you plz tell me about that how to handle
Regards
Prakash.s
Comment