general method to create a icon

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joemo2003
    New Member
    • Feb 2007
    • 142

    #1

    general method to create a icon

    I have a VBA macro, i want to create an icon in toolbar in a MS application, which the macro will run by clicked that icon. What is the general method to do that?

    Thanks
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Originally posted by joemo2003
    I have a VBA macro, i want to create an icon in toolbar in a MS application, which the macro will run by clicked that icon. What is the general method to do that?

    Thanks
    See http://articles.techrepublic.com.com...9-1060039.html. You can also do it in code as part of the WorkbookOpen event.

    Comment

    Working...