I want to insert an equation into my word 2007 document. The equation button
is grayed out. Why is this?? What do I need to do so that I can use equation
editor

Re: Equation Editor by Doug

Doug
Tue Aug 14 02:00:04 CDT 2007

The reason that it is not enabled is because the document that you have as
the active document is open in compatibilty mode. If you save it as a Word
2007 document, or create a new document in Word 2007, it will become
available.

Note however, that you can still use to Equation Editor 3.0 by selecting
Object from the Text section of the Insert Tab and then select Equation
Editor 3.0 as the type of object to be inserted.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"cyclone 94" <cyclone 94@discussions.microsoft.com> wrote in message
news:107B9377-D24C-49E2-BC08-3721D5715D20@microsoft.com...
>I want to insert an equation into my word 2007 document. The equation
>button
> is grayed out. Why is this?? What do I need to do so that I can use
> equation
> editor



Re: Equation Editor by Jeff

Jeff
Thu Jan 10 16:40:03 PST 2008

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



Re: Equation Editor by Jay

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.

Re: Equation Editor by Jeff

Jeff
Thu Jan 10 17:45:28 PST 2008

EXCELLENT

Tnx Jay

Jeff