how do I turn off text animation in 2007

B

Big Beaver

I have a document originaly created in Word 2003 and want to turn off the
animation on selected words from it in 2007?
 
J

Jay Freedman

On Fri, 10 Jul 2009 05:11:01 -0700, Big Beaver <Big
I have a document originaly created in Word 2003 and want to turn off the
animation on selected words from it in 2007?

The option isn't available in the dialog, but you can change it in the macro
editor. Press Alt+F11 to open the editor, and press Ctrl+G to open the Immediate
window at the bottom of the editor. Paste this line into the Immediate window
and then press Enter:

ActiveDocument.Range.Font.Animation = wdAnimationNone

Then save the document.
 

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