G
Guest
Before Outlook 2007 all my Word macros for characters worked fine also in
Outlook, as I used Word as Outlook editor.
Withthat no longer possible, I have successfully transferred my macros into
normalemail.dotm, however they do not execute as intended.
All have the typical structure:
Sub Euro()
' Euro Macro
Selection.TypeText Text:="€"
End Sub
While they execute fine in Word, in Outlook I get an error:
Run-Time Error ‘424’:
Object Required
Any help/suggestions would be appreciated.
Peter K
Outlook, as I used Word as Outlook editor.
Withthat no longer possible, I have successfully transferred my macros into
normalemail.dotm, however they do not execute as intended.
All have the typical structure:
Sub Euro()
' Euro Macro
Selection.TypeText Text:="€"
End Sub
While they execute fine in Word, in Outlook I get an error:
Run-Time Error ‘424’:
Object Required
Any help/suggestions would be appreciated.
Peter K