Quote:
Originally Posted by RobiNew
Your code line doesn't work.
|
It works for me. You can demonstrate it with something as simple as:
Code:
Sub Test()
MsgBox Selection.Paragraphs(1).Range.LanguageID
Selection.Paragraphs(1).Range.LanguageID = wdBelgianFrench
MsgBox Selection.Paragraphs(1).Range.LanguageID
End Sub
where your initial language is something other than Belgian French.
Quote:
Originally Posted by RobiNew
How would you do the trick with Range?
|
Without seeing your code, it's impossible to say how it should be revised.