+ Reply to Thread
Results 1 to 2 of 2

Can I add equation editior to my toolbar in EXCel as an icon?

Hybrid View

  1. #1
    happy
    Guest

    Can I add equation editior to my toolbar in EXCel as an icon?



  2. #2
    Gord Dibben
    Guest

    Re: 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 Insert>Object 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" <happy@discussions.microsoft.com>
    wrote:



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1