Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Word

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-23-2008, 05:21 PM
Neil Cumfer
 
Posts: n/a
Word 2007 problem with Find and Styles

Is this a Word 2007 error, or a feature?

I start a blank new Word 2007 document based on the Normal template

I type a word, select it, apply the style Heading 1, and deselect it

I bring up the Find dialog box

I click on (More), Format, Style and select the built-in style 'Article
/ Section' (it is the 49th style in the list)

When I click on the OK button in the Find Style window, I notice that
the text in my document has changed.

When I click on the Cancel button in the Find and Replace window, the
dialog box closes but the text in my document does not revert to the
text that was there before opening the dialog box

If I click on the Find button before closing the dialog box, the format
will be remembered, so the next time I merely open the Find dialog box,
it could change the text of the document in the document window.

Is it too much to ask that Microsoft does not change the text of your
document when you are using the Find and Replace dialog box unless you
click on a Replace button?


Reply With Quote
  #2 (permalink)  
Old 07-24-2008, 08:35 AM
Stefan Blom
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

The problem is with the built-in Article / Section list style which is
linked to the built-in headings. When you choose it as the style for "Find
what," it is incorrectly applied to text, causing the headings to reformat.

I'd definitely call it a bug; it certainly isn't a feature.

However, it may help if you explain what you are trying to accomplish.
Normally, one wouldn't try to find the Article / Section style (or any style
for that matter) unless it has already been applied to text.

--
Stefan Blom
Microsoft Word MVP


"Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
news:uhN3GiO7IHA.3512@TK2MSFTNGP03.phx.gbl...
> Is this a Word 2007 error, or a feature?
>
> I start a blank new Word 2007 document based on the Normal template
>
> I type a word, select it, apply the style Heading 1, and deselect it
>
> I bring up the Find dialog box
>
> I click on (More), Format, Style and select the built-in style 'Article
> / Section' (it is the 49th style in the list)
>
> When I click on the OK button in the Find Style window, I notice that
> the text in my document has changed.
>
> When I click on the Cancel button in the Find and Replace window, the
> dialog box closes but the text in my document does not revert to the
> text that was there before opening the dialog box
>
> If I click on the Find button before closing the dialog box, the format
> will be remembered, so the next time I merely open the Find dialog box,
> it could change the text of the document in the document window.
>
> Is it too much to ask that Microsoft does not change the text of your
> document when you are using the Find and Replace dialog box unless you
> click on a Replace button?
>
>






Reply With Quote
  #3 (permalink)  
Old 07-24-2008, 12:59 PM
Bob Buckland ?:-\)
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

Hi Stefan,

FWIW, similar behavior also occurs in Word 2000 and 2003 (although it can take a bit of 'luck' to create it in Word 2000. (In Word
2000 the List styles don't appear in Find=>Styles dialog ordinarily, but the behavior does show it in the undo list 'Bullet and
Numbering' (action) when it happens.)

In Word 2003 and 2007 (where List styles appear in
Format=>Styles and Formatting (or Styles pane) and in Find=>Styles; when the behavior occurs it does not have its own undo action
for Bullet and numbering.


If I follow these steps
1. Start new Blank document.
2. Open the Styles pane from Home=>Styles=>Launch
3. Apply Heading 1 Quick Style
4. Use Ctrl+F to open find dialog
5. Format=>Styles & Select List/number style
6. Click [Cancel] in the Find dialog.

The result I get is that there are two paragraph marks shown on the blank line of the document. Clicking between them causes the
the ListNum field content (Alt+F9 doesn't display the field) of the Article/Section list style to appear (still nothing in the undor
list). It also adds a 'numbering' part in the .docX file.

The Numbering will also appear in the blank document with the steps above if for step 6 you click into the document with the find
dialog open rather than Cancel.

If you have the Styles pane open with the above, the Heading 1 listing changes to show the applied numbering when you click [OK] in
step 5 (along with the definition when you hover over it in the styles pane).

Seems as though the Find dialog is pulling back the curtain and showing the wizard manipulating the smoke and mirrors <g>.

===========
<<"Stefan Blom" <no.spam@please.xyz> wrote in message news:uYZ4HhW7IHA.3348@TK2MSFTNGP03.phx.gbl...
The problem is with the built-in Article / Section list style which is
linked to the built-in headings. When you choose it as the style for "Find
what," it is incorrectly applied to text, causing the headings to reformat.

I'd definitely call it a bug; it certainly isn't a feature.

However, it may help if you explain what you are trying to accomplish.
Normally, one wouldn't try to find the Article / Section style (or any style
for that matter) unless it has already been applied to text.

--
Stefan Blom
Microsoft Word MVP >>
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*


Reply With Quote
  #4 (permalink)  
Old 07-24-2008, 02:05 PM
Neil Cumfer
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

Hi Stefan, thanks for the reply

I am trying to find out which styles have been applied to the text (in
VBA).
The .InUse property doesn't seem to be reliable, there are lots of false
positives.
So I am doing a Find operation on each style in the collection to see if
it finds
anything. Maybe there is a better way?

Ultimately, I would like to reformat the styled text as unstyled but
apply the
style's formatting to it manually.

Neil

"Stefan Blom" <no.spam@please.xyz> wrote in message
news:uYZ4HhW7IHA.3348@TK2MSFTNGP03.phx.gbl...
> The problem is with the built-in Article / Section list style which is
> linked to the built-in headings. When you choose it as the style for

"Find
> what," it is incorrectly applied to text, causing the headings to

reformat.
>
> I'd definitely call it a bug; it certainly isn't a feature.
>
> However, it may help if you explain what you are trying to accomplish.
> Normally, one wouldn't try to find the Article / Section style (or any

style
> for that matter) unless it has already been applied to text.
>
> --
> Stefan Blom
> Microsoft Word MVP
>
>
> "Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
> news:uhN3GiO7IHA.3512@TK2MSFTNGP03.phx.gbl...
> > Is this a Word 2007 error, or a feature?
> >
> > I start a blank new Word 2007 document based on the Normal template
> >
> > I type a word, select it, apply the style Heading 1, and deselect it
> >
> > I bring up the Find dialog box
> >
> > I click on (More), Format, Style and select the built-in style

'Article
> > / Section' (it is the 49th style in the list)
> >
> > When I click on the OK button in the Find Style window, I notice

that
> > the text in my document has changed.
> >
> > When I click on the Cancel button in the Find and Replace window,

the
> > dialog box closes but the text in my document does not revert to the
> > text that was there before opening the dialog box
> >
> > If I click on the Find button before closing the dialog box, the

format
> > will be remembered, so the next time I merely open the Find dialog

box,
> > it could change the text of the document in the document window.
> >
> > Is it too much to ask that Microsoft does not change the text of

your
> > document when you are using the Find and Replace dialog box unless

you
> > click on a Replace button?
> >
> >

>
>
>
>
>


Reply With Quote
  #5 (permalink)  
Old 07-24-2008, 02:07 PM
Neil Cumfer
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

Hi Bob,

well it appears this problem has been brewing for several versions!
I didn't realize it was so deep-rooted.

Thanks for the information.

Neil

"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com>
wrote in message news:OdOfT2Y7IHA.2260@TK2MSFTNGP03.phx.gbl...
> Hi Stefan,
>
> FWIW, similar behavior also occurs in Word 2000 and 2003 (although it

can take a bit of 'luck' to create it in Word 2000. (In Word
> 2000 the List styles don't appear in Find=>Styles dialog ordinarily,

but the behavior does show it in the undo list 'Bullet and
> Numbering' (action) when it happens.)
>
> In Word 2003 and 2007 (where List styles appear in
> Format=>Styles and Formatting (or Styles pane) and in Find=>Styles;

when the behavior occurs it does not have its own undo action
> for Bullet and numbering.
>
>
> If I follow these steps
> 1. Start new Blank document.
> 2. Open the Styles pane from Home=>Styles=>Launch
> 3. Apply Heading 1 Quick Style
> 4. Use Ctrl+F to open find dialog
> 5. Format=>Styles & Select List/number style
> 6. Click [Cancel] in the Find dialog.
>
> The result I get is that there are two paragraph marks shown on the

blank line of the document. Clicking between them causes the
> the ListNum field content (Alt+F9 doesn't display the field) of the

Article/Section list style to appear (still nothing in the undor
> list). It also adds a 'numbering' part in the .docX file.
>
> The Numbering will also appear in the blank document with the steps

above if for step 6 you click into the document with the find
> dialog open rather than Cancel.
>
> If you have the Styles pane open with the above, the Heading 1 listing

changes to show the applied numbering when you click [OK] in
> step 5 (along with the definition when you hover over it in the styles

pane).
>
> Seems as though the Find dialog is pulling back the curtain and

showing the wizard manipulating the smoke and mirrors <g>.
>
> ===========
> <<"Stefan Blom" <no.spam@please.xyz> wrote in message

news:uYZ4HhW7IHA.3348@TK2MSFTNGP03.phx.gbl...
> The problem is with the built-in Article / Section list style which is
> linked to the built-in headings. When you choose it as the style for

"Find
> what," it is incorrectly applied to text, causing the headings to

reformat.
>
> I'd definitely call it a bug; it certainly isn't a feature.
>
> However, it may help if you explain what you are trying to accomplish.
> Normally, one wouldn't try to find the Article / Section style (or any

style
> for that matter) unless it has already been applied to text.
>
> --
> Stefan Blom
> Microsoft Word MVP >>
> --
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>


Reply With Quote
  #6 (permalink)  
Old 07-25-2008, 09:32 AM
Stefan Blom
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

Bob,

Thank you for the additional observations.

Note that instead of clicking (after step 6), you can press Ctrl+Q or
PageDown followed by PageUp to get the outline number to appear.

Actually, a user reported (a few months back, I believe) another way to get
a similar issue:

1. Create a blank document.

2. Apply Heading 1 to the empty paragraph.

3. Open the Manage Styles dialog box, for example by clicking the Manage
Styles button in the Styles pane (which can be displayed by pressing
Ctrl+Alt+Shift+S).

4. On the Edit tab, select the Article / Section style.

5. Click Cancel to close the dialog box.

6. In the document, you'll notice that the Heading 1 paragraph is formatted
as Article I, that is, the Article / Section list style has been applied,
reformatting the headings. You may have to press Ctrl+Q to see the
number formatting.

I'm wondering if this strange behavior depends on the fact that Article /
Section is a built-in list style. It seems as if, when you try to "access"
it (by simply selecting it in a dialog box!), it will be created in the
document, causing the associated paragraph styles (the built-in headings in
this case) to reformat.

--
Stefan Blom
Microsoft Word MVP


"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote
in message news:OdOfT2Y7IHA.2260@TK2MSFTNGP03.phx.gbl...
> Hi Stefan,
>
> FWIW, similar behavior also occurs in Word 2000 and 2003 (although it can
> take a bit of 'luck' to create it in Word 2000. (In Word
> 2000 the List styles don't appear in Find=>Styles dialog ordinarily, but
> the behavior does show it in the undo list 'Bullet and
> Numbering' (action) when it happens.)
>
> In Word 2003 and 2007 (where List styles appear in
> Format=>Styles and Formatting (or Styles pane) and in Find=>Styles; when
> the behavior occurs it does not have its own undo action
> for Bullet and numbering.
>
>
> If I follow these steps
> 1. Start new Blank document.
> 2. Open the Styles pane from Home=>Styles=>Launch
> 3. Apply Heading 1 Quick Style
> 4. Use Ctrl+F to open find dialog
> 5. Format=>Styles & Select List/number style
> 6. Click [Cancel] in the Find dialog.
>
> The result I get is that there are two paragraph marks shown on the blank
> line of the document. Clicking between them causes the
> the ListNum field content (Alt+F9 doesn't display the field) of the
> Article/Section list style to appear (still nothing in the undor
> list). It also adds a 'numbering' part in the .docX file.
>
> The Numbering will also appear in the blank document with the steps above
> if for step 6 you click into the document with the find
> dialog open rather than Cancel.
>
> If you have the Styles pane open with the above, the Heading 1 listing
> changes to show the applied numbering when you click [OK] in
> step 5 (along with the definition when you hover over it in the styles
> pane).
>
> Seems as though the Find dialog is pulling back the curtain and showing
> the wizard manipulating the smoke and mirrors <g>.
>
> ===========
> <<"Stefan Blom" <no.spam@please.xyz> wrote in message
> news:uYZ4HhW7IHA.3348@TK2MSFTNGP03.phx.gbl...
> The problem is with the built-in Article / Section list style which is
> linked to the built-in headings. When you choose it as the style for "Find
> what," it is incorrectly applied to text, causing the headings to
> reformat.
>
> I'd definitely call it a bug; it certainly isn't a feature.
>
> However, it may help if you explain what you are trying to accomplish.
> Normally, one wouldn't try to find the Article / Section style (or any
> style
> for that matter) unless it has already been applied to text.
>
> --
> Stefan Blom
> Microsoft Word MVP >>
> --
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>






Reply With Quote
  #7 (permalink)  
Old 07-25-2008, 09:55 AM
Stefan Blom
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

Hmm, I realize that my remark was a little unclear. Obviously there are
situations when you are looking for a style because you don't know if it has
been applied to text (for example, in a large document with many editors). I
guess I was assuming

--
Stefan Blom
Microsoft Word MVP


"Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
news:uHTiIZZ7IHA.616@TK2MSFTNGP02.phx.gbl...
> Hi Stefan, thanks for the reply
>
> I am trying to find out which styles have been applied to the text (in
> VBA).
> The .InUse property doesn't seem to be reliable, there are lots of false
> positives.
> So I am doing a Find operation on each style in the collection to see if
> it finds
> anything. Maybe there is a better way?
>
> Ultimately, I would like to reformat the styled text as unstyled but
> apply the
> style's formatting to it manually.
>
> Neil
>
> "Stefan Blom" <no.spam@please.xyz> wrote in message
> news:uYZ4HhW7IHA.3348@TK2MSFTNGP03.phx.gbl...
>> The problem is with the built-in Article / Section list style which is
>> linked to the built-in headings. When you choose it as the style for

> "Find
>> what," it is incorrectly applied to text, causing the headings to

> reformat.
>>
>> I'd definitely call it a bug; it certainly isn't a feature.
>>
>> However, it may help if you explain what you are trying to accomplish.
>> Normally, one wouldn't try to find the Article / Section style (or any

> style
>> for that matter) unless it has already been applied to text.
>>
>> --
>> Stefan Blom
>> Microsoft Word MVP
>>
>>
>> "Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
>> news:uhN3GiO7IHA.3512@TK2MSFTNGP03.phx.gbl...
>> > Is this a Word 2007 error, or a feature?
>> >
>> > I start a blank new Word 2007 document based on the Normal template
>> >
>> > I type a word, select it, apply the style Heading 1, and deselect it
>> >
>> > I bring up the Find dialog box
>> >
>> > I click on (More), Format, Style and select the built-in style

> 'Article
>> > / Section' (it is the 49th style in the list)
>> >
>> > When I click on the OK button in the Find Style window, I notice

> that
>> > the text in my document has changed.
>> >
>> > When I click on the Cancel button in the Find and Replace window,

> the
>> > dialog box closes but the text in my document does not revert to the
>> > text that was there before opening the dialog box
>> >
>> > If I click on the Find button before closing the dialog box, the

> format
>> > will be remembered, so the next time I merely open the Find dialog

> box,
>> > it could change the text of the document in the document window.
>> >
>> > Is it too much to ask that Microsoft does not change the text of

> your
>> > document when you are using the Find and Replace dialog box unless

> you
>> > click on a Replace button?
>> >
>> >

>>
>>
>>
>>
>>

>




Reply With Quote
  #8 (permalink)  
Old 07-25-2008, 10:08 AM
Stefan Blom
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

Oops, I clicked the Send button too quickly... :-)

My initial assumption was that you were simply trying to replace a single
style with another.

If you want to find out which styles have been used in a document, you can
try the macro here: http://gregmaxey.mvps.org/Style_Report.htm.

Replacing styles with direct formatting would definitely require a macro,
but it would be better to ask for assistance in the
microsoft.public.word.vba.general group, where you are more likely to get
knowledgeable help. I'm guessing you will also get the question "Why are you
trying to do that?" when/if you post a message in that group. :-)

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" <no.spam@please.xyz> wrote in message
news:eqfYbyj7IHA.3696@TK2MSFTNGP04.phx.gbl...
> Hmm, I realize that my remark was a little unclear. Obviously there are
> situations when you are looking for a style because you don't know if it
> has been applied to text (for example, in a large document with many
> editors). I guess I was assuming
>
> --
> Stefan Blom
> Microsoft Word MVP
>
>
> "Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
> news:uHTiIZZ7IHA.616@TK2MSFTNGP02.phx.gbl...
>> Hi Stefan, thanks for the reply
>>
>> I am trying to find out which styles have been applied to the text (in
>> VBA).
>> The .InUse property doesn't seem to be reliable, there are lots of false
>> positives.
>> So I am doing a Find operation on each style in the collection to see if
>> it finds
>> anything. Maybe there is a better way?
>>
>> Ultimately, I would like to reformat the styled text as unstyled but
>> apply the
>> style's formatting to it manually.
>>
>> Neil
>>
>> "Stefan Blom" <no.spam@please.xyz> wrote in message
>> news:uYZ4HhW7IHA.3348@TK2MSFTNGP03.phx.gbl...
>>> The problem is with the built-in Article / Section list style which is
>>> linked to the built-in headings. When you choose it as the style for

>> "Find
>>> what," it is incorrectly applied to text, causing the headings to

>> reformat.
>>>
>>> I'd definitely call it a bug; it certainly isn't a feature.
>>>
>>> However, it may help if you explain what you are trying to accomplish.
>>> Normally, one wouldn't try to find the Article / Section style (or any

>> style
>>> for that matter) unless it has already been applied to text.
>>>
>>> --
>>> Stefan Blom
>>> Microsoft Word MVP
>>>
>>>
>>> "Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
>>> news:uhN3GiO7IHA.3512@TK2MSFTNGP03.phx.gbl...
>>> > Is this a Word 2007 error, or a feature?
>>> >
>>> > I start a blank new Word 2007 document based on the Normal template
>>> >
>>> > I type a word, select it, apply the style Heading 1, and deselect it
>>> >
>>> > I bring up the Find dialog box
>>> >
>>> > I click on (More), Format, Style and select the built-in style

>> 'Article
>>> > / Section' (it is the 49th style in the list)
>>> >
>>> > When I click on the OK button in the Find Style window, I notice

>> that
>>> > the text in my document has changed.
>>> >
>>> > When I click on the Cancel button in the Find and Replace window,

>> the
>>> > dialog box closes but the text in my document does not revert to the
>>> > text that was there before opening the dialog box
>>> >
>>> > If I click on the Find button before closing the dialog box, the

>> format
>>> > will be remembered, so the next time I merely open the Find dialog

>> box,
>>> > it could change the text of the document in the document window.
>>> >
>>> > Is it too much to ask that Microsoft does not change the text of

>> your
>>> > document when you are using the Find and Replace dialog box unless

>> you
>>> > click on a Replace button?
>>> >
>>> >
>>>
>>>
>>>
>>>
>>>

>>

>
>
>



Reply With Quote
  #9 (permalink)  
Old 07-25-2008, 02:01 PM
Neil Cumfer
 
Posts: n/a
Re: Word 2007 problem with Find and Styles

> I'm guessing you will also get the question "Why are you
> trying to do that?" when/if you post a message in that group. :-)


LOL ... I bet you are right

Mainly I just wanted to gripe about Microsoft, and also get confirmation
that the problem is real

Thanks for the link ... the macro there seems to be very thorough

Neil


"Stefan Blom" <no.spam@please.xyz> wrote in message
news:uW41W5j7IHA.3260@TK2MSFTNGP03.phx.gbl...
> Oops, I clicked the Send button too quickly... :-)
>
> My initial assumption was that you were simply trying to replace a

single
> style with another.
>
> If you want to find out which styles have been used in a document, you

can
> try the macro here: http://gregmaxey.mvps.org/Style_Report.htm.
>
> Replacing styles with direct formatting would definitely require a

macro,
> but it would be better to ask for assistance in the
> microsoft.public.word.vba.general group, where you are more likely to

get
> knowledgeable help. I'm guessing you will also get the question "Why

are you
> trying to do that?" when/if you post a message in that group. :-)
>
> --
> Stefan Blom
> Microsoft Word MVP
>
>
> "Stefan Blom" <no.spam@please.xyz> wrote in message
> news:eqfYbyj7IHA.3696@TK2MSFTNGP04.phx.gbl...
> > Hmm, I realize that my remark was a little unclear. Obviously there

are
> > situations when you are looking for a style because you don't know

if it
> > has been applied to text (for example, in a large document with many
> > editors). I guess I was assuming
> >
> > --
> > Stefan Blom
> > Microsoft Word MVP
> >
> >
> > "Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
> > news:uHTiIZZ7IHA.616@TK2MSFTNGP02.phx.gbl...
> >> Hi Stefan, thanks for the reply
> >>
> >> I am trying to find out which styles have been applied to the text

(in
> >> VBA).
> >> The .InUse property doesn't seem to be reliable, there are lots of

false
> >> positives.
> >> So I am doing a Find operation on each style in the collection to

see if
> >> it finds
> >> anything. Maybe there is a better way?
> >>
> >> Ultimately, I would like to reformat the styled text as unstyled

but
> >> apply the
> >> style's formatting to it manually.
> >>
> >> Neil
> >>
> >> "Stefan Blom" <no.spam@please.xyz> wrote in message
> >> news:uYZ4HhW7IHA.3348@TK2MSFTNGP03.phx.gbl...
> >>> The problem is with the built-in Article / Section list style

which is
> >>> linked to the built-in headings. When you choose it as the style

for
> >> "Find
> >>> what," it is incorrectly applied to text, causing the headings to
> >> reformat.
> >>>
> >>> I'd definitely call it a bug; it certainly isn't a feature.
> >>>
> >>> However, it may help if you explain what you are trying to

accomplish.
> >>> Normally, one wouldn't try to find the Article / Section style (or

any
> >> style
> >>> for that matter) unless it has already been applied to text.
> >>>
> >>> --
> >>> Stefan Blom
> >>> Microsoft Word MVP
> >>>
> >>>
> >>> "Neil Cumfer" <nsc@legis.lpitr.state.sc.us> wrote in message
> >>> news:uhN3GiO7IHA.3512@TK2MSFTNGP03.phx.gbl...
> >>> > Is this a Word 2007 error, or a feature?
> >>> >
> >>> > I start a blank new Word 2007 document based on the Normal

template
> >>> >
> >>> > I type a word, select it, apply the style Heading 1, and

deselect it
> >>> >
> >>> > I bring up the Find dialog box
> >>> >
> >>> > I click on (More), Format, Style and select the built-in style
> >> 'Article
> >>> > / Section' (it is the 49th style in the list)
> >>> >
> >>> > When I click on the OK button in the Find Style window, I notice
> >> that
> >>> > the text in my document has changed.
> >>> >
> >>> > When I click on the Cancel button in the Find and Replace

window,
> >> the
> >>> > dialog box closes but the text in my document does not revert to

the
> >>> > text that was there before opening the dialog box
> >>> >
> >>> > If I click on the Find button before closing the dialog box, the
> >> format
> >>> > will be remembered, so the next time I merely open the Find

dialog
> >> box,
> >>> > it could change the text of the document in the document window.
> >>> >
> >>> > Is it too much to ask that Microsoft does not change the text of
> >> your
> >>> > document when you are using the Find and Replace dialog box

unless
> >> you
> >>> > click on a Replace button?
> >>> >
> >>> >
> >>>
> >>>
> >>>
> >>>
> >>>
> >>

> >
> >
> >

>
>


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Word


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:13 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109