Jay
Thu Jan 10 17:24:27 PST 2008
On Thu, 10 Jan 2008 16:40:03 -0800, Jeff <Jeff@discussions.microsoft.com> wrote:
>Tnx Doug,
>
>Do you know if it is possible to add an icon to the quick launch (or ribbon)
>for the old equation editor (3.0)?
>
>Jeff
>
You can install a macro that invokes the equation editor, and then set a Quick
Access Toolbar button to run the macro. Here's the macro:
Sub InsertOldEquation()
ActiveDocument.InlineShapes.AddOLEObject _
ClassType:="Equation.3", Range:=Selection.Range
End Sub
--
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.