S
Swede
Hi,
I am trying to create an Outlook macro that sets the email language to
Swedish and then runs the Swedish spellcheck. I created a similar macro in
MS Word, but if I try the same code in Outlook I get object errors.
Can someone help me debug this code so that it works in Outlook?
(Versions: Outlook 2002, MS Word 2002)
MS Word Macro Code:
Selection.WholeStory
Selection.LanguageID = wdSwedish
Selection.MoveUp Unit:=wdScreen, Count:=1
ActiveDocument.CheckSpelling
Thanks!
Swede
I am trying to create an Outlook macro that sets the email language to
Swedish and then runs the Swedish spellcheck. I created a similar macro in
MS Word, but if I try the same code in Outlook I get object errors.
Can someone help me debug this code so that it works in Outlook?
(Versions: Outlook 2002, MS Word 2002)
MS Word Macro Code:
Selection.WholeStory
Selection.LanguageID = wdSwedish
Selection.MoveUp Unit:=wdScreen, Count:=1
ActiveDocument.CheckSpelling
Thanks!
Swede