H
Heike Pertzel
Hallo!
In Outlook 2002 I've got following code in ThisOutlookSession:
Sub RufeBriefSchreibenAuf()
AufrufAusWord = True
Call BriefSchreiben
End Sub
In Word 2002 I wrote
Sub Test()
Dim oOutAppl As Outlook.Application
Set oOutAppl = GetObject(, "Outlook.Application")
oOutAppl.RufeBriefSchreibenAuf
End Sub
Error 438 apears. What's wrong?
Thanks and regards
Heike Pertzel / DATA 5 GmbH
In Outlook 2002 I've got following code in ThisOutlookSession:
Sub RufeBriefSchreibenAuf()
AufrufAusWord = True
Call BriefSchreiben
End Sub
In Word 2002 I wrote
Sub Test()
Dim oOutAppl As Outlook.Application
Set oOutAppl = GetObject(, "Outlook.Application")
oOutAppl.RufeBriefSchreibenAuf
End Sub
Error 438 apears. What's wrong?
Thanks and regards
Heike Pertzel / DATA 5 GmbH