How do I get Equation Editor on the Toolbar in Excel?
I believe you would have to create a macro and assign the macro to a button.
This is what I got when I recorded.
Sub Macro1()
ActiveSheet.OLEObjects.Add(ClassType:="Equation.3" , Link:=False, _
DisplayAsIcon:=False).Activate
End Sub
Gord Dibben MS Excel MVP
On Wed, 14 Feb 2007 07:52:53 -0800, Excel_Eqn_Ed
wrote:
|