How to Create Add In MS Access

MUKESHY12390

Well-known Member
Joined
Sep 18, 2012
Messages
901
Office Version
  1. 2013
  2. 2011
  3. 2010
  4. 2007
Platform
  1. Windows
Hi Experts,


can anybody help me out with how to create Access Add In.

Any Link or suggestion most welcome.


Thanks,
Mukesh Y
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
thanks..Micron

I had visited those site earlier but didn't give close look to it. now I'm going to try all example given over there.:cool:
 
Upvote 0
Why do you want a MSAccess addin? I'm not sure you would really need one generally.
 
Upvote 0
I'm working on MS Access project (which has already created by someone) . I'm being just asked to add some more options to "Add In " tab which is available in ribbon . So I was wondering If I can add some to it.

Basically it has quick Access to vba function created by developer and I believe same stuff we can do same stuff with "MACRO" feature in ms access.

thanks for reply Xenou.
 
Upvote 0
You don't need an actual MSAddin. You just need to add buttons to the ribbon then.
 
Upvote 0
Last edited:
Upvote 0
The addin manager is for installing/uninstalling addins (I think). I'm not advising you to create an addin at all so no need to even think about the addin manager.

As far as buttons go, you can add buttons to the MSAccess ribbon. I have never heard of "Rest Customization".

I can't view your images - my browser security warns me of an authentication error.
 
Last edited:
Upvote 0
thanks for reply..my question was, Does creating "Add-In" require VB.net , DotNet or any other prog. Language knowledge.

BTW.."Rest Customization " option is available same place where we get option to add buttons to "MSAccess".
 
Upvote 0
If the add in is application specific, then no. You could use vba or macros. Basically you're just creating a form in a separate db that you'd consider to be a tool. The reason for making it an add in as opposed to including it as part of the main db is that you could "add in" its functionality to any Access db. AFAIK, if it's an add in that could be used in any application, it would have to be written in something else (possibly a version of C).

BTW, I see "Reset" customizations, not "Rest".
 
Upvote 0

Forum statistics

Threads
1,221,805
Messages
6,162,081
Members
451,738
Latest member
gaseremad

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top