E
Ed
I want to call Excel from Word. I use the VBA code that is readily available
on (among other places) the Word MVP site. (essentially "Set oXL =
GetObject(, "Excel.Application")"), and Excel opens nicely.
However, I have a VBA project that I wrote for Excel, and that resides in
the XLStart folder, that I need to run. It adds controls that will feed data
back to Word.
When I call Excel via Word (above code), only a 'pure' version of Excel is
called, and the VBA project in the XLStart folder doesn't load. I can
navigate to it and start it, but that is too time consuming (and expects too
much from a non-sophisticated user.)
Is there anyway to automaticall load the 'myproject.xla' file when I call
Excel from Word.
Thanks,
Ed (in Virginia)
on (among other places) the Word MVP site. (essentially "Set oXL =
GetObject(, "Excel.Application")"), and Excel opens nicely.
However, I have a VBA project that I wrote for Excel, and that resides in
the XLStart folder, that I need to run. It adds controls that will feed data
back to Word.
When I call Excel via Word (above code), only a 'pure' version of Excel is
called, and the VBA project in the XLStart folder doesn't load. I can
navigate to it and start it, but that is too time consuming (and expects too
much from a non-sophisticated user.)
Is there anyway to automaticall load the 'myproject.xla' file when I call
Excel from Word.
Thanks,
Ed (in Virginia)