[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: problem in automating Excel 2003

I ran your snippet and it worked for me on WinXP with Excel 2003. The only change I made was to add a '.' to fix a compiler error on line 9.

workbooks = getProperty(application, "Workbooks", null).getAutomation();

Duong