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