Thread: missing dlls
View Single Post
  #4   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default missing dlls

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
Word MVP web site http://word.mvps.org


B.W. wrote:
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.



"Graham Mayor" wrote in message
...
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
Word MVP web site http://word.mvps.org



B.W. wrote:
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.