H
Heike Pertzel
Hallo!
I would like to run a macro, which is saved in the Outlook file
VbaProject.OTM in
Modul1, with Automation out of Word. What's the code for this?
Set OutAppl = CreateObject("Outlook.Application")
????
The other way round I can start from Outlook a macro, which is saved in any
Word-DOT, with this code:
Set WordAppl = CreateObject("Word.Application")
WordAppl.Run "Projectname.Modulname.Macroname"
Unfortunately "Run" does not exist in Outlook.
Any help would be wonderfull!!!
Thanks!
Heike Pertzel / DATA 5 GmbH
I would like to run a macro, which is saved in the Outlook file
VbaProject.OTM in
Modul1, with Automation out of Word. What's the code for this?
Set OutAppl = CreateObject("Outlook.Application")
????
The other way round I can start from Outlook a macro, which is saved in any
Word-DOT, with this code:
Set WordAppl = CreateObject("Word.Application")
WordAppl.Run "Projectname.Modulname.Macroname"
Unfortunately "Run" does not exist in Outlook.
Any help would be wonderfull!!!
Thanks!
Heike Pertzel / DATA 5 GmbH