hello everybody.. highly important.. please somone...

Y

yakir

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.
 
J

JoAnn Paules [MVP]

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

yakir

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 said:
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 said:
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.


.
 
D

Doug Robbins - Word MVP

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 said:
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 said:
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 said:
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.


.
 
G

Graham Mayor

If you delete all the misspelled words in your document, the result will be
gibberish. The red underline points out which words are mispelled. Surely
the better approach would be to correct the spellings? Press F7.

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Y

yakir

ok.. but i dont know what's macros obviously not how to use it.. so how
should i do that?

Doug Robbins - Word MVP said:
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 said:
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 said:
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"



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.


.
 
Y

yakir

i dont know whats macros obviously not to use them.. what should i do ?

Doug Robbins - Word MVP said:
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 said:
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 said:
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"



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.


.
 
Y

yakir

i dont know whts macros.. how can i do that?

Doug Robbins - Word MVP said:
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 said:
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 said:
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"



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.


.
 
D

Doug Robbins - Word MVP

See the article "What do I do with macros sent to me by other newsgroup
readers to help me out?†at:
http://www.word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm


--
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 said:
i dont know whts macros.. how can i do that?

Doug Robbins - Word MVP said:
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 said:
replace with nothing.. to delete.. delete the words (! not the squiggly
lines) in one click or somthing-i mean not one by one..

:

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"



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.


.
 
D

Doug Robbins - Word MVP

Ah, but it's appearance that counts <G, D & R>

--
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
 
Y

yakir

listen i try to read this but i cant understand anything.. please theres only
5 days for me to learn this article.. its vey simple all i need is some
function or somthing that delets all misspelled or underline squiggled words
please its shouldnt be that complicated i spent more than a day and i run out
of time.. please somone its emergency! i need a simple solution from scratch
or step by step somthing that is easy to do..

Doug Robbins - Word MVP said:
See the article "What do I do with macros sent to me by other newsgroup
readers to help me out?†at:
http://www.word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm


--
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 said:
i dont know whts macros.. how can i do that?

Doug Robbins - Word MVP said:
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

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

:

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"



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.


.
 
Y

yakir

listen i try to read this but i cant understand anything.. please theres only
5 days for me to learn this article.. its vey simple all i need is some
function or somthing that delets all misspelled or underline squiggled words
please its shouldnt be that complicated i spent more than a day and i run out
of time.. please somone its emergency! i need a simple solution from scratch
or step by step somthing that is easy to do..
 
Y

yakir

listen i try to read this but i cant understand anything.. please theres only
5 days for me to learn this article.. its vey simple all i need is some
function or somthing that delets all misspelled or underline squiggled words
please its shouldnt be that complicated i spent more than a day and i run out
of time.. please somone its emergency! i need a simple solution from scratch
or step by step somthing that is easy to do..
 
D

Doug Robbins - Word MVP

You are the one that needs to listen.

It is very simple, just follow the instructions in the article to which I
referred you, or do it manually. Your choice.

--
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 said:
listen i try to read this but i cant understand anything.. please theres
only
5 days for me to learn this article.. its vey simple all i need is some
function or somthing that delets all misspelled or underline squiggled
words
please its shouldnt be that complicated i spent more than a day and i run
out
of time.. please somone its emergency! i need a simple solution from
scratch
or step by step somthing that is easy to do..

Doug Robbins - Word MVP said:
See the article "What do I do with macros sent to me by other newsgroup
readers to help me out?†at:
http://www.word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm


--
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 said:
i dont know whts macros.. how can i do that?

:

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

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

:

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"



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.


.
 
G

Graham Mayor

There isn't an easier way to do this. Copy Doug's macro to your macro editor
and run it. With a long document it will take some time to run, so be
patient even if nothing seems to be happening.

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

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

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


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


yakir said:
listen i try to read this but i cant understand anything.. please theres
only
5 days for me to learn this article.. its vey simple all i need is some
function or somthing that delets all misspelled or underline squiggled
words
please its shouldnt be that complicated i spent more than a day and i run
out
of time.. please somone its emergency! i need a simple solution from
scratch
or step by step somthing that is easy to do..

Doug Robbins - Word MVP said:
See the article "What do I do with macros sent to me by other newsgroup
readers to help me out?" at:
http://www.word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm


--
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 said:
i dont know whts macros.. how can i do that?

:

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

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

:

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"



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.


.
 
D

Doug Robbins - Word MVP

For a step by step method that is easy to do:

Step 1 - Select a word that has a red squiggly underneath it.
Step 2 - Press the delete key
Step 3 - Go to Step 1

--
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
 

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