
Call Excel VBA from Word VBA?
VBers,
What's the recommended way to call from a Word VBA procedure to an Excel
VBA procedure? Is this done by some particular syntax like:
file.project.procedure args
or is it done by first getting an Automation connection from Word to
Excel, and then doing something like:
ExcelApp.RunSomeProc procname
Can't seem to find any docs on this, or at least don't know what to look
it up by.
TIA,
Graham
-----------------------------------
Graham Wideman
(Remove the obvious to email me)
-----------------------------------