The user interface for this feature (Text Effect tab on Font Dialog) has be
removed from Word2007. It must have conflicted with some new feature.
If you still have Word2003 your can copy text effects from that version into
a Word2007 document (then copy and paste it at other points in that document
or other documents) or you can apply text effects programatically using the
VB Editor:
Sub ScratchMacro()
ActiveDocument.Paragraphs(1).Range.Font.Animation = _
wdAnimationLasVegasLights
End Sub
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.