Add "Equation 3.0" button to Excel toolbar.

D

DarrenL

I use Microsoft Equation 3.0 frequently. I was able to add a button to the
toolbar in Word to insert equations without going through the whole "Insert,
Object..." deal and would like to do so in Excel also. Does anyone know if
this is supported?
Thank you!
 
G

Gord Dibben

I have never seen an Icon for this.

Perhaps a macro assigned to a button.

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


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top