+ Reply to Thread
Results 1 to 5 of 5

VBA Object or function to access Menu Bar button under ADD-IN

Hybrid View

Sahil1087 VBA Object or function to... 11-06-2012, 08:44 AM
JosephP Re: VBA Object or function to... 11-06-2012, 09:20 AM
Sahil1087 Re: VBA Object or function to... 11-06-2012, 10:55 AM
Sahil1087 Re: VBA Object or function to... 11-09-2012, 01:41 AM
JosephP Re: VBA Object or function to... 11-09-2012, 06:03 AM
  1. #1
    Registered User
    Join Date
    11-06-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    9

    VBA Object or function to access Menu Bar button under ADD-IN

    Hi Everyone ,

    I have installed one COM ADD-In in my excel having .dll extention.
    I need to access that ADD-IN with help of Macro.

    Can anyone tell me how to access this with help of VBA.

    Thanks in advance.

    Regards
    Sahil Chaudhary

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: VBA Object or function to access Menu Bar button under ADD-IN

    you may need to talk to the developer-it depends on what you want to achieve. if you just need to click a toolbar button and nothing more then you can probably do it using the commandbars collection but you need to work out if the add-in creates its own toolbar or adds the buttons to an existing one
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Registered User
    Join Date
    11-06-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: VBA Object or function to access Menu Bar button under ADD-IN

    Quote Originally Posted by JosephP View Post
    you may need to talk to the developer-it depends on what you want to achieve. if you just need to click a toolbar button and nothing more then you can probably do it using the commandbars collection but you need to work out if the add-in creates its own toolbar or adds the buttons to an existing one
    Hi , I have already tried with Commandbar collection. From CommandBar collection I can access Add-In but not COM-Add-Ins.

    Please correct me if its possible to access COM-Add-in via CommandBar collection.

  4. #4
    Registered User
    Join Date
    11-06-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: VBA Object or function to access Menu Bar button under ADD-IN

    Hi , is there anyone on this forum who is aware of how to access COM Add-In having .dll extention.

    I have tried with commandbar but I am not able to access COM Add-In button in excel via VBA.

  5. #5
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: VBA Object or function to access Menu Bar button under ADD-IN

    if the control appears on the addins tab then you can almost certainly access it from the commandbars collection as long as you know which commandbar it was added to. there is no difference between an add-in and a com add-in in that regard

+ 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