Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Attaching VBA macros in command list Collapse All
Subject Author Date
anil vyas Apr 21, 2007 - 6:43 AM

I am developing an application, in which for GUI I am using Prof-UIS. Also I am integrating VBA in this application. Now I want that macros created in VBA should be loaded in the Command list of Command tab in customization dialog box. Also in the category list of Command tab in customization dialog box Macros should appear. In short, I want the facility similar to Micorsoft word customization dialog box. If someone know this please reply and tell how to attach VBA macros in Command list of customization dialog box such that this macros can be placed as button on toolbar and menu bar as well by drag and drop facility.

Technical Support Apr 23, 2007 - 10:01 AM

Both command manager and customization subsystem in Prof-UIS know nothing about VBA. They do not know what each command does. You should simply allocate some number of commands which is equal to the number of VBA functions/events, allocate a command category for these commands and put them there. Did you read about the Prof-UIS customization subsystem in our articles?