Add ins

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Add ins

Post by LisaGreen »

Hello everyone!

I'm not sure if this belongs in this section or the different application sections so If I've got it wrong I apologise in advance.

I'm trying to get together instructions to set up a VBA add in in Excel Word Powerpoint and Access.

I've googled a lot but found nothing definitive for access or powerpoint.

Is it possible people could either outline the steps for me or maybe post any links for me please?

TIA
Lisa

User avatar
HansV
Administrator
Posts: 78444
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Add ins

Post by HansV »

Would you like to create the add-ins within the Office applications themselves, or using Visual Studio?

For PowerPoint add-ins, see the links in: Creating and Installing Add-ins, Toolbars, Buttons

For Access, there is a tutorial that starts at Creating a Simple Microsoft Access Add-In, but it is geared towards Access 2003 and earlier.
Best wishes,
Hans

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: Add ins

Post by LisaGreen »

Not using VS if possible. But having said that, do you know if it would be possible using the free VS? I think that's 2013 community thing... not sure.

I found that link for access but as you mention, it's for an earlier version of access. I was looking for something a little more up to date. I'm using office 2016 here. That would be perfect Hans!

Regards
Lisa

User avatar
HansV
Administrator
Posts: 78444
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Add ins

Post by HansV »

See Create VSTO Add-ins for Office by using Visual Studio

I have no experience, nor knowledge on this subject.
Best wishes,
Hans

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: Add ins

Post by LisaGreen »

Thank you Hans! I'm going to look at that now night owl that I am!

Lisa

User avatar
Jay Freedman
Microsoft MVP
Posts: 1318
Joined: 24 May 2013, 15:33
Location: Warminster, PA

Re: Add ins

Post by Jay Freedman »

You probably already know this:

For a VBA add-in in Word, create the macro in a .dotm template and store that template in the folder %appdata%\Microsoft\Word\STARTUP. You can have many templates there, although loading them may increase Word's startup time.

For a VBA add-in in Excel, create the macro in the file Personal.XLSB and store that file in the folder %appdata%\Microsoft\Excel\XLSTART.

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: Add ins

Post by LisaGreen »

Thank you Jay!!

Lisa

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Add ins

Post by Rudi »

Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

User avatar
Jan Karel Pieterse
Microsoft MVP
Posts: 656
Joined: 24 Jan 2010, 17:51
Status: Microsoft MVP
Location: Weert, The Netherlands

Re: Add ins

Post by Jan Karel Pieterse »

I have loads of info on add-ins:

https://jkp-ads.com/Articles/buildexceladdin.asp" onclick="window.open(this.href);return false;
https://jkp-ads.com/Articles/DistributeMacro00.asp" onclick="window.open(this.href);return false;
https://jkp-ads.com/Articles/FixLinks2UDF.asp" onclick="window.open(this.href);return false;
https://jkp-ads.com/Articles/UpdateAnAddin.asp" onclick="window.open(this.href);return false;
https://jkp-ads.com/Articles/keepuserformontop.asp" onclick="window.open(this.href);return false;
https://jkp-ads.com/Articles/Excel-Add- ... o-load.asp" onclick="window.open(this.href);return false;

https://jkp-ads.com/Articles/AddinsAndSetupFactory.asp" onclick="window.open(this.href);return false;
Regards,

Jan Karel Pieterse
Excel MVP jkp-ads.com

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: Add ins

Post by LisaGreen »

JKP!!!

OMG!! I'm going to take my time with this!!! Still haven't found very much for Access to this point.

Thank you Jan Karel!!!!

Lisa

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: Add ins

Post by LisaGreen »

Thank you Rudi!

Lisa

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: Add ins

Post by LisaGreen »

Hello everyone,

I've sort of cross posted on WOW but just asked about how to set up an access add-in.

What is it with access!?? Apart from the link Hans gave, which addresses V2003, I can't find anything about add-ins. BUT! There are plenty of access add-ins to download!

:scratch: :sad: :brickwall:
Lisa

User avatar
HansV
Administrator
Posts: 78444
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Add ins

Post by HansV »

I suspect that Microsoft wants us to develop add-ins in Visual Studio with VSTO.
Best wishes,
Hans

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: Add ins

Post by LisaGreen »

Hans,

Hmmmmmm from what I've read while googling for add-ins for 8 1/2 days, not even that!

They possibly want us to go to script lab / office add-ins.

Lisa