Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / September 2006

Tip: Looking for answers? Try searching our database.

Spellcheck doesn't work when I edit a word???

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
smeagol - 13 Sep 2006 09:10 GMT
When I edit an English word  -drop a letter, for instance- the spellchecker
marks the word which has an invalid spelling, that's good. But after I
correct the spelling, spellcheck marks the word anyway.
For instance, I wrote the word "recruitment" then erased "c", it became
"reruitment"
and then I wrote a "c" again --> "recruitment". But spellchecher recognizes
the word as three pieces now: "re", "c", and "ruitment" and marks the pieces
separately.
How do I solve this problem?? Is there any patch or update for this???
thanx in advance...
John Wilson - 13 Sep 2006 09:16 GMT
I can only tell you that this doesn't happen when I do exactly as you say
(2003 sp2)

If you send me a sample that splits recruitment into 3 words I'll see if I
can spot whats going on
john AT SIGN technologytrish.co.uk
Signature


Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist
http://www.technologytrish.co.uk/ppttipshome.html

> When I edit an English word  -drop a letter, for instance- the spellchecker
> marks the word which has an invalid spelling, that's good. But after I
[quoted text clipped - 6 lines]
> How do I solve this problem?? Is there any patch or update for this???
> thanx in advance...
smeagol - 13 Sep 2006 09:49 GMT
John,
I've sent the sample and its screenshot in my computer.

"John Wilson":

> I can only tell you that this doesn't happen when I do exactly as you say
> (2003 sp2)
[quoted text clipped - 13 lines]
> > How do I solve this problem?? Is there any patch or update for this???
> > thanx in advance...
John Wilson - 13 Sep 2006 11:01 GMT
The text box is set to a different language (Turkish)!
-- Tools >Language or if you have a lot to do try this vba code:

Sub Langswap()
  Dim sld As Slide
  Dim shp As Shape
   For Each sld In ActivePresentation.Slides
      For Each shp In sld.Shapes
           If shp.Type = msoTextBox Or msoPlaceholder _
           And shp.HasTextFrame Then
               shp.TextFrame.TextRange.LanguageID _
               = msoLanguageIDEnglishUK
           End If
      Next
   Next
End Sub

Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist
http://www.technologytrish.co.uk/ppttipshome.html

> John,
> I've sent the sample and its screenshot in my computer.
[quoted text clipped - 18 lines]
> > > How do I solve this problem?? Is there any patch or update for this???
> > > thanx in advance...
Linda Adams - 13 Sep 2006 12:37 GMT
Very useful!  I've had a few occasions where this would have been quite handy.

Signature

Linda Adams
http://www.hackman-adams.com
http://www.david-hedison.com

> The text box is set to a different language (Turkish)!
> -- Tools >Language or if you have a lot to do try this vba code:
[quoted text clipped - 41 lines]
> > > > How do I solve this problem?? Is there any patch or update for this???
> > > > thanx in advance...
smeagol - 13 Sep 2006 19:45 GMT
thank you very much,
my problem is solved.... :))

"John Wilson":

> The text box is set to a different language (Turkish)!
> -- Tools >Language or if you have a lot to do try this vba code:
[quoted text clipped - 41 lines]
> > > > How do I solve this problem?? Is there any patch or update for this???
> > > > thanx in advance...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.