Spanish characters in Outlook 2002

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top