Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » OLE SWT Excel macros
OLE SWT Excel macros [message #893359] Tue, 03 July 2012 16:50
Binko Binev is currently offline Binko BinevFriend
Messages: 20
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.
Previous Topic:SWT OLE Excel windows
Next Topic:swt browser widget/xpcom integration question
Goto Forum:
  


Current Time: Fri Apr 26 11:33:09 GMT 2024

Powered by FUDForum. Page generated in 0.02999 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top