D
Dave G
I have created a template in MS Word (2002) that
assigns "Ctrl-*" keystroke shortcuts to the special
Spanish character set(ñ,á,etc.). This works well in Word,
but I don't know how to make it so that Outlook also uses
that template (Spanish.dot) when creating an email. BTW, I
have it so that Outlook uses Word as the default email
editor.
Alternately, if Outlook can't use a Word template, is
there a way to programmatically produce the same results
in Outlook? As an example, I have the keystroke Ctrl-N
assigned to the following macro:
Sub Spanish_ñ()
'
' Spanish_ñ Macro
' Macro recorded 1/10/2004 by Dave G
'
Selection.TypeText Text:="ñ"
End Sub
Thanks in advance
assigns "Ctrl-*" keystroke shortcuts to the special
Spanish character set(ñ,á,etc.). This works well in Word,
but I don't know how to make it so that Outlook also uses
that template (Spanish.dot) when creating an email. BTW, I
have it so that Outlook uses Word as the default email
editor.
Alternately, if Outlook can't use a Word template, is
there a way to programmatically produce the same results
in Outlook? As an example, I have the keystroke Ctrl-N
assigned to the following macro:
Sub Spanish_ñ()
'
' Spanish_ñ Macro
' Macro recorded 1/10/2004 by Dave G
'
Selection.TypeText Text:="ñ"
End Sub
Thanks in advance