| OLE SWT Excel macros [message #893359] |
Tue, 03 July 2012 12:50 |
Binko Binev Messages: 19 Registered: June 2012 |
Junior Member |
|
|
Hi all,
I have the following problem. When I call excel macros from Ole SWT , the excel application process is not closed after closing the application.
As it seems the problem comes from this line of code
Variant macroVar = auto.invoke(ids[0],new Variant[]{new Variant("ThisWorkbook.start")});
I dispose both macrovar and auto.
But the process still stays in the task manager.
Any ideas or suggestions how to call macros from OLE SWT and have the process closed after closing the application.
|
|
|
Powered by
FUDForum. Page generated in 0.02463 seconds