View Single Post
  #1   Report Post  
shnim1 shnim1 is offline
Junior Member
 
Posts: 23
Default VBA function for XL add-ins

HI

I was wondering if it is possible to code a comand button (on userforms) so that an application add-in that is installed on my excel would work. For example,

My add-in has a pull down menu (next to the standard excel pull downs at the top). When pressed, the first option on the menu is labelled 'calculate'. Now, the VBA code would need to activate this calculate
option.

The add-in manufacturers say that it can be interfaced with VBA, but do not hint at the code.

Has anyone had this problem?

Thanks in advance