A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Add "Equation 3.0" button to Excel toolbar.



 
 
Thread Tools Display Modes
  #1  
Old May 16th, 2008, 12:38 AM posted to microsoft.public.excel.setup
DarrenL
external usenet poster
 
Posts: 2
Default Add "Equation 3.0" button to Excel toolbar.

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!
  #2  
Old May 16th, 2008, 02:10 AM posted to microsoft.public.excel.setup
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Add "Equation 3.0" button to Excel toolbar.

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

On Thu, 15 May 2008 16:38:00 -0700, DarrenL
wrote:

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!


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.