Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / September 2006

Tip: Looking for answers? Try searching our database.

Executing Add-In from a custom form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
geskerrett@hotmail.com - 28 Sep 2006 19:28 GMT
I am sure I am not the only one to ask this, so hope someone can point
me in the right directions.

I have a working add-in developed with Access 2003 and VBA.  I can
connected in to a database va Add-In Manager and everything works
great.

I would like to link the startup function of the AddIn to a custom form
so the user doesn't have to go thru the menu prompts each time to get
to the addin manager.

Can this be accomplshed ??
If so how ??  I have been searching for too long !
Granny Spitz - 28 Sep 2006 19:55 GMT
>I am sure I am not the only one to ask this

You're right.  A similar question was asked yesterday.

http://www.accessmonster.com/Uwe/Forum.aspx/access/75624/How-to-Customize-a-Tool
bar-to-launch-an-Addin


You can use the line of code in your form's Open event or in a button's click
event.

  Application.CommandBars("Tools").Controls("Add-Ins").Controls("NameOfAdd-
In").accDoDefaultAction
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.