grusso Posted January 13, 2010 Posted January 13, 2010 Hi, I need onActions functions. Exist a table that contain it? Where I can obtain.
cluberti Posted January 14, 2010 Posted January 14, 2010 The onAction property calls a VB procedure or a COM add-in that runs when a user clicks on or changes the value of a command bar control. The procedure should be one that you've written in your code, or the COM add-in can be any valid COM add-in installed and enabled in the Office application at the time.So, there's no "master list", because you're either writing the procedure that is called, or you can look through the list of COM add-ins installed on a machine and use one of those for your onAction property event.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now