View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.setup
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default 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: