missing dlls

B

B.W.

Last month I was receiving messages saying I had 2 specific MSSpell dlls
missing. After some searching I have
discovered this has apparently something to do with proofing tools in the
wrong language.

Luckily someone gave me the solution and I had fixed it, I thought.

It has started to happen again.

What I want to know is...

Is this a setting that is coming in on a specific document and affects that
document only or is it changing my settings in my Word 2002 permanently.

B.W.
 
G

Graham Mayor

CTRL+A then Tools > language > set language - to your usual language
Uncheck the automatically detect button.
If pasting from web pages use edit paste special unformatted text to avoid
bringing over the source language.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
B

B.W.

Thanks Graham, they are not web pages but someone else created them and they
email them to me so I wondered can these pages still
be bringing over the source language?
TIA
B.W.
 
G

Graham Mayor

Absolutely - the proofing language is a formatting parameter.
You may find the following macro useful for pasting such oddments:

Sub PasteUnfText()
On Error GoTo oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
oops:
Beep
End Sub

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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