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

"Doug Robbins - Word MVP" wrote:

> 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" <yakir(a)discussions.microsoft.com> wrote in message
> news:83B39278-7655-449A-AD72-6C15758650D0(a)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..
> >
> > "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" <yakir(a)discussions.microsoft.com> wrote in message
> >> news:9BBBDE9F-E731-47DB-8F4C-FAF842B758E2(a)microsoft.com...
> >> > 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.
> >>
> >>
> >> .
> >>
From: yakir on
i dont know whats macros obviously not to use them.. what should i do ?

"Doug Robbins - Word MVP" wrote:

> 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" <yakir(a)discussions.microsoft.com> wrote in message
> news:83B39278-7655-449A-AD72-6C15758650D0(a)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..
> >
> > "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" <yakir(a)discussions.microsoft.com> wrote in message
> >> news:9BBBDE9F-E731-47DB-8F4C-FAF842B758E2(a)microsoft.com...
> >> > 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.
> >>
> >>
> >> .
> >>
From: yakir on
i dont know whts macros.. how can i do that?

"Doug Robbins - Word MVP" wrote:

> 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" <yakir(a)discussions.microsoft.com> wrote in message
> news:83B39278-7655-449A-AD72-6C15758650D0(a)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..
> >
> > "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" <yakir(a)discussions.microsoft.com> wrote in message
> >> news:9BBBDE9F-E731-47DB-8F4C-FAF842B758E2(a)microsoft.com...
> >> > 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.
> >>
> >>
> >> .
> >>
From: Doug Robbins - Word MVP on
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" <yakir(a)discussions.microsoft.com> wrote in message
news:5B0E4178-70D5-43A4-BF6A-FED0C5D2FCF4(a)microsoft.com...
> i dont know whts macros.. how can i do that?
>
> "Doug Robbins - Word MVP" wrote:
>
>> 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" <yakir(a)discussions.microsoft.com> wrote in message
>> news:83B39278-7655-449A-AD72-6C15758650D0(a)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..
>> >
>> > "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" <yakir(a)discussions.microsoft.com> wrote in message
>> >> news:9BBBDE9F-E731-47DB-8F4C-FAF842B758E2(a)microsoft.com...
>> >> > 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.
>> >>
>> >>
>> >> .
>> >>
From: Doug Robbins - Word MVP on
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

"Graham Mayor" <gmayor(a)REMOVETHISmvps.org> wrote in message
news:e2f1zXN7KHA.4208(a)TK2MSFTNGP06.phx.gbl...
> 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
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
> "yakir" <yakir(a)discussions.microsoft.com> wrote in message
> news:9BBBDE9F-E731-47DB-8F4C-FAF842B758E2(a)microsoft.com...
>> 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.
>
>