ms excel template memory increase

  • Thread starter ms excel template memory increase
  • Start date
M

ms excel template memory increase

Hello, i programing VB 6.0 and I have one MS Excel Application.
Public Sub S1()
Dim xTemplate As Object
 
M

ms excel template memory increase

JLGWhiz said:
You might try setting myObject to Nothing at the end of the second macro.
It could be stacking.


"ms excel template memory increase" <ms excel template memory
[email protected]> wrote in message
I use existing Excel Application and every time not create Application, this
is very slow.
I'm sorry but I hav'nt myObject object?
 
Top