View Single Post
  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default hello everybody.. highly important.. please somone...

Use a macro containing the following code:

Dim i As Long
With ActiveDocument
For i = .SpellingErrors.Count To 1 Step -1
.SpellingErrors(i).Delete
Next i
End With


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"yakir" wrote in message
...
replace with nothing.. to delete.. delete the words (! not the squiggly
lines) in one click or somthing-i mean not one by one..

"JoAnn Paules [MVP]" wrote:

Replace All with what? There's no way the computer can know what word is
supposed to be in there.

--
JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"



"yakir" wrote in message
...
it sepoused to be very simple : i have a 1500 words document and theres
many
words misspelled (or somthing else, but they all has this squiggly red
line
under) what i want to do id to delete all of the words that has this
squiggly
red under line automatically (like 'replace all' option in the replace
window)... its very important for my studying this is why i am so
pressed...
thank you all very much !!!

yakir.



.