ChrisBurch
IS-IT--Management
From Word 97 I need to be able to open a specific Excel 97 workbook, and trigger an Excel sub/macro with a string passed from the Word vba code. Is this possible?
If not, then I guess that I could use the on open event of the workbook to trigger my code. However, I would still need to do the following:-
1)From Word open an Excel workbook.
2)Pass a string from Word to an Excel sub/macro.
3)Do what needs to be done in Excel (via my excel sub), and then pass control back to Word. This would probably be done by my excel code closing the workbook when finished.
Anyone got any thoughts?
Chris
It worked yesterday.
It doesn't work today.
That's Windows!
If not, then I guess that I could use the on open event of the workbook to trigger my code. However, I would still need to do the following:-
1)From Word open an Excel workbook.
2)Pass a string from Word to an Excel sub/macro.
3)Do what needs to be done in Excel (via my excel sub), and then pass control back to Word. This would probably be done by my excel code closing the workbook when finished.
Anyone got any thoughts?
Chris
It worked yesterday.
It doesn't work today.
That's Windows!