View Single Post
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default Can I add equation editior to my toolbar in EXCel as an icon?

happy

Not as far as I can see.

You could record a macro whilst going through InsertObject then add a button
to your toolbar with that macro assigned to the button.

Sub test()
ActiveSheet.OLEObjects.Add(ClassType:="Equation.3" , Link:=False, _
DisplayAsIcon:=False).Activate
End Sub


Gord Dibben Excel MVP

On Sun, 16 Oct 2005 06:47:02 -0700, "happy"
wrote: