Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
JoAnn Paules [MVP] JoAnn Paules [MVP] is offline
external usenet poster
 
Posts: 2,113
Default hello everybody.. highly important.. please somone...

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.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
JoAnn Paules [MVP] JoAnn Paules [MVP] is offline
external usenet poster
 
Posts: 2,113
Default hello everybody.. highly important.. please somone...

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.



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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.



.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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.



.



  #6   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.



.

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



.

  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default hello everybody.. highly important.. please somone...

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



  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default hello everybody.. highly important.. please somone...

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



  #10   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


.



  #11   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


.

  #12   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


.

  #13   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


.

  #14   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


.

  #15   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


.



  #16   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...

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.

  #17   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...

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.

  #18   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...

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" wrote in message
...
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" 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.



  #19   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...

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" wrote in message
...
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" 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.



  #20   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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" wrote:

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.



  #21   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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" wrote:

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.

  #22   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


"Graham Mayor" wrote:

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



.

  #23   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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" wrote:

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" wrote in message
...
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" 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.



  #24   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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


"Graham Mayor" wrote:

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



.

  #25   Report Post  
Posted to microsoft.public.word.docmanagement
yakir yakir is offline
external usenet poster
 
Posts: 16
Default hello everybody.. highly important.. please somone...

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" wrote:

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" wrote in message
...
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" 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.





  #26   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...

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" wrote in message
...
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" wrote:

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.

  #27   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...

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" wrote in message
...
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" wrote:

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.

  #28   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default hello everybody.. highly important.. please somone...

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

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"yakir" wrote in message
...
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" wrote:

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.



  #29   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default hello everybody.. highly important.. please somone...


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

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"yakir" wrote in message
...
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" wrote:

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/Macros...eateAMacro.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" wrote in message
...
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" 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.


.



  #30   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...

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

"yakir" wrote in message
...
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..


"Graham Mayor" wrote:

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



.



  #31   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...

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

"yakir" wrote in message
...
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..


"Graham Mayor" wrote:

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



.

  #32   Report Post  
Posted to microsoft.public.word.docmanagement
WhiteRat[_2_] WhiteRat[_2_] is offline
external usenet poster
 
Posts: 31
Default hello everybody.. highly important.. please somone...

And for a 1500 word document, 5 days should be more than enough time.

"Doug Robbins - Word MVP" wrote in message
...
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

"yakir" wrote in message
...
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..


"Graham Mayor" wrote:

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


.



  #33   Report Post  
Posted to microsoft.public.word.docmanagement
WhiteRat[_2_] WhiteRat[_2_] is offline
external usenet poster
 
Posts: 31
Default hello everybody.. highly important.. please somone...

And for a 1500 word document, 5 days should be more than enough time.

"Doug Robbins - Word MVP" wrote in message
...
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

"yakir" wrote in message
...
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..


"Graham Mayor" wrote:

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


.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
can you email somone an email folder that is on your desktop Jazzman123 Mailmerge 1 October 18th 08 06:49 AM
Important! Sangeeth Microsoft Word Help 1 September 2nd 08 07:49 PM
TOC and formatting problems in "highly designed" doc for distribut AMX Microsoft Word Help 2 December 7th 06 11:39 AM
Important Information Brandon Lands New Users 3 November 18th 06 11:32 PM
Word tables in pdf format are highly inefficient Justin Hess Tables 5 March 26th 06 11:40 AM


All times are GMT +1. The time now is 02:30 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"