On Sun, 28 Dec 2008 11:59:01 -0800, robert morrison <robertmorrison[ at ]discussions.microsoft.com> wrote:
[Quoted Text] >How may I stop a blinking word from a document I received? Under fonts in >Office 2007 there are no effects for blinking. Must be in Office 2003 tht it >was created. Thank you.
Press Alt+F11 to open the Macro editor. Press Ctrl+G to open the Immediate Window at the bottom of the editor. Type or paste in this line:
ActiveDocument.Range.Font.Animation = wdAnimationNone
With the cursor anywhere in that line, press the Enter key. That will turn off the blinking.
Close the Macro window and save the document.
-- 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.
|