formatting text 2007word

E

Ellen

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
 
E

Ellen

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
 
J

Jay Freedman

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
 
E

Ellen

Thank you so much :)

Jay Freedman said:
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
 
D

Dan Freeman

The amazing thing is that it hasn't been reported before now, given the
number of times people are sent to that page. :)

Dan
 
S

Suzanne S. Barnhill

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top