Group:  Microsoft Word ยป microsoft.public.word.docmanagement
Thread: formatting text 2007word

formatting text 2007word
Ellen 12/30/2008 11:36:08 PM
Hi, I am having trouble formatting selected text only. It seems to want to
alter the entire document... indents, paragraphs, font size etc. Even when I
highlight a word, others are changed. How do I stop the program from doing
that?
Thanks,
Ellen
Re: formatting text 2007word
Jay Freedman <jay.freedman[ at ]verizon.net> 12/31/2008 12:11:46 AM
On Tue, 30 Dec 2008 15:36:08 -0800, Ellen <Ellen[ at ]discussions.microsoft.com>
wrote:

[Quoted Text]
>Hi, I am having trouble formatting selected text only. It seems to want to
>alter the entire document... indents, paragraphs, font size etc. Even when I
>highlight a word, others are changed. How do I stop the program from doing
>that?
>Thanks,
>Ellen

See http://word.mvps.org/FAQs/Formatting/WholeDocumentReformatted.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Re: formatting text 2007word
Ellen 12/31/2008 1:01:00 AM
Thank you for your help, however when I did as the link suggests, I get this:
Compile error: method or data member not found.
I had copied and pasted the entry into the immediate box, but it still didnt
work. Any other suggestions would be greatly appreciated.
Ellen

"Jay Freedman" wrote:

[Quoted Text]
> On Tue, 30 Dec 2008 15:36:08 -0800, Ellen <Ellen[ at ]discussions.microsoft.com>
> wrote:
>
> >Hi, I am having trouble formatting selected text only. It seems to want to
> >alter the entire document... indents, paragraphs, font size etc. Even when I
> >highlight a word, others are changed. How do I stop the program from doing
> >that?
> >Thanks,
> >Ellen
>
> See http://word.mvps.org/FAQs/Formatting/WholeDocumentReformatted.htm.
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
>
Re: formatting text 2007word
Jay Freedman <jay.freedman[ at ]verizon.net> 12/31/2008 2:09:56 AM
Sorry, I should have examined that page a little more closely. The problem is
the space between Automatically and Update in the line of code, which shouldn't
be there. Try pasting this instead:

ActiveDocument.Styles(wdStyleNormal).AutomaticallyUpdate = False

On Tue, 30 Dec 2008 17:01:00 -0800, Ellen <Ellen[ at ]discussions.microsoft.com>
wrote:

[Quoted Text]
>Thank you for your help, however when I did as the link suggests, I get this:
>Compile error: method or data member not found.
>I had copied and pasted the entry into the immediate box, but it still didnt
>work. Any other suggestions would be greatly appreciated.
>Ellen
>
>"Jay Freedman" wrote:
>
>> On Tue, 30 Dec 2008 15:36:08 -0800, Ellen <Ellen[ at ]discussions.microsoft.com>
>> wrote:
>>
>> >Hi, I am having trouble formatting selected text only. It seems to want to
>> >alter the entire document... indents, paragraphs, font size etc. Even when I
>> >highlight a word, others are changed. How do I stop the program from doing
>> >that?
>> >Thanks,
>> >Ellen
>>
>> See http://word.mvps.org/FAQs/Formatting/WholeDocumentReformatted.htm.
>>
>> --
>> Regards,
>> Jay Freedman
>> Microsoft Word MVP FAQ: http://word.mvps.org
>> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
>>
Re: formatting text 2007word
"Suzanne S. Barnhill" <sbarnhill[ at ]mvps.org> 12/31/2008 2:30:15 AM
Cripes! I'd better let John McGhie know so he can fix that. Sorry!

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jay Freedman" <jay.freedman[ at ]verizon.net> wrote in message
news:0vkll4lj1e0mcocf41dan613q2l6cvq8n7[ at ]4ax.com...
[Quoted Text]
> Sorry, I should have examined that page a little more closely. The problem
> is
> the space between Automatically and Update in the line of code, which
> shouldn't
> be there. Try pasting this instead:
>
> ActiveDocument.Styles(wdStyleNormal).AutomaticallyUpdate = False
>
> On Tue, 30 Dec 2008 17:01:00 -0800, Ellen
> <Ellen[ at ]discussions.microsoft.com>
> wrote:
>
>>Thank you for your help, however when I did as the link suggests, I get
>>this:
>>Compile error: method or data member not found.
>>I had copied and pasted the entry into the immediate box, but it still
>>didnt
>>work. Any other suggestions would be greatly appreciated.
>>Ellen
>>
>>"Jay Freedman" wrote:
>>
>>> On Tue, 30 Dec 2008 15:36:08 -0800, Ellen
>>> <Ellen[ at ]discussions.microsoft.com>
>>> wrote:
>>>
>>> >Hi, I am having trouble formatting selected text only. It seems to want
>>> >to
>>> >alter the entire document... indents, paragraphs, font size etc. Even
>>> >when I
>>> >highlight a word, others are changed. How do I stop the program from
>>> >doing
>>> >that?
>>> >Thanks,
>>> >Ellen
>>>
>>> See http://word.mvps.org/FAQs/Formatting/WholeDocumentReformatted.htm.
>>>
>>> --
>>> Regards,
>>> Jay Freedman
>>> Microsoft Word MVP FAQ: http://word.mvps.org
>>> Email cannot be acknowledged; please post all follow-ups to the
>>> newsgroup so all may benefit.
>>>
>


Re: formatting text 2007word
Ellen 12/31/2008 2:48:00 AM
Thank you so much :)

"Jay Freedman" wrote:

[Quoted Text]
> Sorry, I should have examined that page a little more closely. The problem is
> the space between Automatically and Update in the line of code, which shouldn't
> be there. Try pasting this instead:
>
> ActiveDocument.Styles(wdStyleNormal).AutomaticallyUpdate = False
>
> On Tue, 30 Dec 2008 17:01:00 -0800, Ellen <Ellen[ at ]discussions.microsoft.com>
> wrote:
>
> >Thank you for your help, however when I did as the link suggests, I get this:
> >Compile error: method or data member not found.
> >I had copied and pasted the entry into the immediate box, but it still didnt
> >work. Any other suggestions would be greatly appreciated.
> >Ellen
> >
> >"Jay Freedman" wrote:
> >
> >> On Tue, 30 Dec 2008 15:36:08 -0800, Ellen <Ellen[ at ]discussions.microsoft.com>
> >> wrote:
> >>
> >> >Hi, I am having trouble formatting selected text only. It seems to want to
> >> >alter the entire document... indents, paragraphs, font size etc. Even when I
> >> >highlight a word, others are changed. How do I stop the program from doing
> >> >that?
> >> >Thanks,
> >> >Ellen
> >>
> >> See http://word.mvps.org/FAQs/Formatting/WholeDocumentReformatted.htm.
> >>
> >> --
> >> Regards,
> >> Jay Freedman
> >> Microsoft Word MVP FAQ: http://word.mvps.org
> >> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
> >>
>
Re: formatting text 2007word
"Dan Freeman" <spam[ at ]microsoft.com> 12/31/2008 6:41:04 PM
The amazing thing is that it hasn't been reported before now, given the
number of times people are sent to that page. :-)

Dan

Suzanne S. Barnhill wrote:
[Quoted Text]
> Cripes! I'd better let John McGhie know so he can fix that. Sorry!
>
>
> "Jay Freedman" <jay.freedman[ at ]verizon.net> wrote in message
> news:0vkll4lj1e0mcocf41dan613q2l6cvq8n7[ at ]4ax.com...
>> Sorry, I should have examined that page a little more closely. The
>> problem is
>> the space between Automatically and Update in the line of code, which
>> shouldn't
>> be there. Try pasting this instead:
>>
>> ActiveDocument.Styles(wdStyleNormal).AutomaticallyUpdate = False
>>
>> On Tue, 30 Dec 2008 17:01:00 -0800, Ellen
>> <Ellen[ at ]discussions.microsoft.com>
>> wrote:
>>
>>> Thank you for your help, however when I did as the link suggests, I
>>> get this:
>>> Compile error: method or data member not found.
>>> I had copied and pasted the entry into the immediate box, but it
>>> still didnt
>>> work. Any other suggestions would be greatly appreciated.
>>> Ellen
>>>
>>> "Jay Freedman" wrote:
>>>
>>>> On Tue, 30 Dec 2008 15:36:08 -0800, Ellen
>>>> <Ellen[ at ]discussions.microsoft.com>
>>>> wrote:
>>>>
>>>>> Hi, I am having trouble formatting selected text only. It seems
>>>>> to want to
>>>>> alter the entire document... indents, paragraphs, font size etc.
>>>>> Even when I
>>>>> highlight a word, others are changed. How do I stop the program
>>>>> from doing
>>>>> that?
>>>>> Thanks,
>>>>> Ellen
>>>>
>>>> See
>>>> http://word.mvps.org/FAQs/Formatting/WholeDocumentReformatted.htm. --
>>>> Regards,
>>>> Jay Freedman
>>>> Microsoft Word MVP FAQ: http://word.mvps.org
>>>> Email cannot be acknowledged; please post all follow-ups to the
>>>> newsgroup so all may benefit.


Re: formatting text 2007word
"Suzanne S. Barnhill" <sbarnhill[ at ]mvps.org> 12/31/2008 7:50:45 PM
The page was just updated (for Word 2007) a few days ago; it previously did
not contain that information. John has reported back that the correction has
now been made.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Dan Freeman" <spam[ at ]microsoft.com> wrote in message
news:erDQXd3aJHA.4504[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> The amazing thing is that it hasn't been reported before now, given the
> number of times people are sent to that page. :-)
>
> Dan
>
> Suzanne S. Barnhill wrote:
>> Cripes! I'd better let John McGhie know so he can fix that. Sorry!
>>
>>
>> "Jay Freedman" <jay.freedman[ at ]verizon.net> wrote in message
>> news:0vkll4lj1e0mcocf41dan613q2l6cvq8n7[ at ]4ax.com...
>>> Sorry, I should have examined that page a little more closely. The
>>> problem is
>>> the space between Automatically and Update in the line of code, which
>>> shouldn't
>>> be there. Try pasting this instead:
>>>
>>> ActiveDocument.Styles(wdStyleNormal).AutomaticallyUpdate = False
>>>
>>> On Tue, 30 Dec 2008 17:01:00 -0800, Ellen
>>> <Ellen[ at ]discussions.microsoft.com>
>>> wrote:
>>>
>>>> Thank you for your help, however when I did as the link suggests, I
>>>> get this:
>>>> Compile error: method or data member not found.
>>>> I had copied and pasted the entry into the immediate box, but it
>>>> still didnt
>>>> work. Any other suggestions would be greatly appreciated.
>>>> Ellen
>>>>
>>>> "Jay Freedman" wrote:
>>>>
>>>>> On Tue, 30 Dec 2008 15:36:08 -0800, Ellen
>>>>> <Ellen[ at ]discussions.microsoft.com>
>>>>> wrote:
>>>>>
>>>>>> Hi, I am having trouble formatting selected text only. It seems
>>>>>> to want to
>>>>>> alter the entire document... indents, paragraphs, font size etc.
>>>>>> Even when I
>>>>>> highlight a word, others are changed. How do I stop the program
>>>>>> from doing
>>>>>> that?
>>>>>> Thanks,
>>>>>> Ellen
>>>>>
>>>>> See
>>>>> http://word.mvps.org/FAQs/Formatting/WholeDocumentReformatted.htm. --
>>>>> Regards,
>>>>> Jay Freedman
>>>>> Microsoft Word MVP FAQ: http://word.mvps.org
>>>>> Email cannot be acknowledged; please post all follow-ups to the
>>>>> newsgroup so all may benefit.
>
>
>


Home | Search | Terms | Imprint
Newsgroups Reader