G
Gord Dibben
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
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