(Msg. 9) Posted: Sat Dec 20, 2008 6:01 pm
Post subject: Re: possibly this is new bug [Login to view extended thread Info.] Archived from groups: microsoft>public>word>customization>menustoolbars (more info?)
Now that you mention it I recall that as well. So it sounds like the
"Recheck Document" command in Word Options/Proofing will clear the Ignore
All flag but "ToolsSpellingRecheckDocument' or "Spelling Recheck Document"
(QAT) command doesn't.
Nope. To see if this is the case I recorded a couple of macros to see if the
recorded code is different for the commands and it's the same. "Recheck
Document" in Word Options and "Spelling Recheck Document" both produce the
following:
So "ToolsSpellingRecheckDocument" and "Spelling Recheck Document" do clear
the Ignore All flag it's just not working correctly. I suspect it may have
something to do with SDI.
"Tony Jollans" <My forename at my surname dot com> wrote in message
news:#yaI$zsYJHA.4852@TK2MSFTNGP04.phx.gbl...
> I haven't looked at this recently but, if I remember correctly, Ignore All
> is a real funny setting - it is set at application level, not document
> level and affects all spelling checks in the current Word session. As it's
> not a document setting, it may not get reset by document level commands
> (even though it's originally set on an individual document).
>
> "Beth Melton" <bmelton.TakeThisOut@mvps.org> wrote in message
> news:eUaVMOmYJHA.4072@TK2MSFTNGP02.phx.gbl...
>> "Eva E" wrote in message news:20081214205529eee333@earthlink.net...
>>> Judy, I just experienced exactly the same thing: neither the QAT command
>>> nor the Word Macro "ToolsSpellingRecheckDocument" works, but spellcheck
>>> is
>>> reset, as expected, when I access the Recheck Document button via the
>>> Office Button or the Spelling dialog>Options button.
>>>
>>> I think this is either a newly introduced bug-- or a version-specific
>>> bug.
>>> The reason I write this is that I HAVE successfully added the Spelling
>>> Recheck Document button to the QAT at a couple of client sites.
>>>
>>> Today, however, I tried adding this feature it to a custom tab on a
>>> ribbon
>>> on my own workstation (Office Ultimate SP1, with all updates installed)
>>> and it didn't work. I thought it was a problem with my XML. To
>>> troublshoot, I deleted the XML from my custom ribbon and tested by
>>> adding
>>> the Recheck Spelling command to the QAT. It didn't work, so I tried
>>> running the Word macro. It also didn't work.
>>>
>>> I just ran diagnostics and Word thinks it is A-OK. All I can do is
>>> assume
>>> is that this is a new bug.
>>
>> It appears as though when you run the ToolsSpellingRecheckDocument
>> command
>> or Spelling Recheck Document does not reset the ignore list for those
>> words
>> you flagged as All" on. It will reset the ignore list for those words you
>> flagged as "Ignore".
>>
>> I'd say it's definitely a bug and have reported it.
(Msg. 10) Posted: Sun Dec 21, 2008 3:25 pm
Post subject: Re: possibly this is new bug [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
It seems the behaviour has changed from 2003 to 2007. Word 2007 seems to
treat Ignore All as a document level setting.
However, as your recorded code shows, ResetIgnoreAll is an Application level
(re)setting. My (limited) testing suggests it doesn't work - and maybe never
has.
It also appears (again from limited testing) as though, in 2003, the
ToolsSpellingRecheckDocument document command did not reset the Ignore All,
while the Recheck Spelling button did reset it, but only for the active
document.
There does seem to be a bug or two in there somewhere!
"Beth Melton" <bmelton.RemoveThis@mvps.org> wrote in message
news:uTNkHZtYJHA.684@TK2MSFTNGP04.phx.gbl...
> Now that you mention it I recall that as well. So it sounds like the
> "Recheck Document" command in Word Options/Proofing will clear the Ignore
> All flag but "ToolsSpellingRecheckDocument' or "Spelling Recheck Document"
> (QAT) command doesn't.
>
> Nope. To see if this is the case I recorded a couple of macros to see if
> the recorded code is different for the commands and it's the same.
> "Recheck Document" in Word Options and "Spelling Recheck Document" both
> produce the following:
>
> Application.ResetIgnoreAll
> ActiveDocument.SpellingChecked = False
> ActiveDocument.GrammarChecked = False
>
> So "ToolsSpellingRecheckDocument" and "Spelling Recheck Document" do clear
> the Ignore All flag it's just not working correctly. I suspect it may have
> something to do with SDI.
>
> ~~~~~~~~~~~~~~~
> Beth Melton
> Microsoft Office MVP
> https://mvp.support.microsoft.com/profile/Melton > What is a Microsoft MVP? http://mvp.support.microsoft.com/gp/mvpfaqs >
> Guides for the Office 2007 Interface:
> http://office.microsoft.com/en-us/training/HA102295841033.aspx >
>
> "Tony Jollans" <My forename at my surname dot com> wrote in message
> news:#yaI$zsYJHA.4852@TK2MSFTNGP04.phx.gbl...
>> I haven't looked at this recently but, if I remember correctly, Ignore
>> All is a real funny setting - it is set at application level, not
>> document level and affects all spelling checks in the current Word
>> session. As it's not a document setting, it may not get reset by document
>> level commands (even though it's originally set on an individual
>> document).
>>
>> "Beth Melton" <bmelton.RemoveThis@mvps.org> wrote in message
>> news:eUaVMOmYJHA.4072@TK2MSFTNGP02.phx.gbl...
>>> "Eva E" wrote in message news:20081214205529eee333@earthlink.net...
>>>> Judy, I just experienced exactly the same thing: neither the QAT
>>>> command
>>>> nor the Word Macro "ToolsSpellingRecheckDocument" works, but spellcheck
>>>> is
>>>> reset, as expected, when I access the Recheck Document button via the
>>>> Office Button or the Spelling dialog>Options button.
>>>>
>>>> I think this is either a newly introduced bug-- or a version-specific
>>>> bug.
>>>> The reason I write this is that I HAVE successfully added the Spelling
>>>> Recheck Document button to the QAT at a couple of client sites.
>>>>
>>>> Today, however, I tried adding this feature it to a custom tab on a
>>>> ribbon
>>>> on my own workstation (Office Ultimate SP1, with all updates installed)
>>>> and it didn't work. I thought it was a problem with my XML. To
>>>> troublshoot, I deleted the XML from my custom ribbon and tested by
>>>> adding
>>>> the Recheck Spelling command to the QAT. It didn't work, so I tried
>>>> running the Word macro. It also didn't work.
>>>>
>>>> I just ran diagnostics and Word thinks it is A-OK. All I can do is
>>>> assume
>>>> is that this is a new bug.
>>>
>>> It appears as though when you run the ToolsSpellingRecheckDocument
>>> command
>>> or Spelling Recheck Document does not reset the ignore list for those
>>> words
>>> you flagged as All" on. It will reset the ignore list for those words
>>> you
>>> flagged as "Ignore".
>>>
>>> I'd say it's definitely a bug and have reported it. >
(Msg. 11) Posted: Sun Jan 04, 2009 8:11 pm
Post subject: RE: possibly this is new bug [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Yes, go to the Word symbol (top left). When it opens look for Word Options on
the bottom line. When you click it, it opens various
options. It took me a while to find. Failte Seamus
"Eva E" wrote:
> Judy, I just experienced exactly the same thing: neither the QAT command nor the Word Macro "ToolsSpellingRecheckDocument" works, but spellcheck is reset, as expected, when I access the Recheck Document button via the Office Button or the Spelling dialog>Options button.
>
> I think this is either a newly introduced bug-- or a version-specific bug. The reason I write this is that I HAVE successfully added the Spelling Recheck Document button to the QAT at a couple of client sites.
>
> Today, however, I tried adding this feature it to a custom tab on a ribbon on my own workstation (Office Ultimate SP1, with all updates installed) and it didn't work. I thought it was a problem with my XML. To troublshoot, I deleted the XML from my custom ribbon and tested by adding the Recheck Spelling command to the QAT. It didn't work, so I tried running the Word macro. It also didn't work.
>
> I just ran diagnostics and Word thinks it is A-OK. All I can do is assume is that this is a new bug.
>
>
>
(Msg. 12) Posted: Sun Jan 04, 2009 8:16 pm
Post subject: RE: Spell Recheck button doesn't seem to work [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Office Productivity Consultant" wrote:
> I tried adding the Spell Recheck button to the Quick Access Toolbar but it
> does nothing. If I close the document and reopen it, it will find the items I
> had marked to ignore but I want the Recheck to work right away. It does work
> if I go into the Word Options and do it but not if I add Recheck as a button
> on the Quick Access Toolbar. I also tried creating a macro to do it and that
> does not work either.
>
> --
> Judy L
(Msg. 13) Posted: Mon Jan 05, 2009 2:16 pm
Post subject: Re: Spell Recheck button doesn't seem to work [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Microsoft I a Muc buidh" <MicrosoftIaMucbuidh.DeleteThis@discussions.microsoft.com>
wrote in message news:5A7D165A-B4A8-4962-9297-C1F8C07EAA96@microsoft.com...
>
>
> "Office Productivity Consultant" wrote:
>
>> I tried adding the Spell Recheck button to the Quick Access Toolbar but
>> it
>> does nothing. If I close the document and reopen it, it will find the
>> items I
>> had marked to ignore but I want the Recheck to work right away. It does
>> work
>> if I go into the Word Options and do it but not if I add Recheck as a
>> button
>> on the Quick Access Toolbar. I also tried creating a macro to do it and
>> that
>> does not work either.
I'm not sure if you are asking the same question but this has been found to
be a bug and it has been reported. The "Spell Recheck" button on the QAT
doesn't reset those words that have been flagged using "Ignore All" but will
reset those that been flagged using "Ignore". The only workaround at this
time is the use "Recheck Document" command found in the Proofing section of
Word Options.
All times are: Eastern Time (US & Canada) (change) Goto page Previous1, 2
Page 2 of 2
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum