Wrox Programmer Forums
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 12th, 2005, 04:30 PM
Authorized User
 
Join Date: Jun 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default Add In

Any know how to remove / add an Add In (.xla) using VBA or anything else
 
Old March 12th, 2005, 05:01 PM
Authorized User
 
Join Date: Jun 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default

http://support.microsoft.com/default...b;en-us;280290
 
Old March 30th, 2005, 07:08 AM
Registered User
 
Join Date: Mar 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If you are trying to add or remove an addin from code then you need to use the Addin.Add method and then set the addins Installed property to true. This is all covered in the Excel VBA Help - if you just type addin in a VBE code module and press F1 with the word selected this will take you to the help topic.
To install or remove an addin directly from Excel use the Tools|Add-Ins... dialogue box available from the Excel Worksheet (not the VBE).
Hope this helps.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Add subhasps8 ASP.NET 2.0 Basics 1 March 28th, 2008 12:07 PM
Add a CDATA section; add nodeset to CDATA section kssudhish XSLT 3 January 3rd, 2008 07:13 AM
Calendar Add-in Grahamski Access 4 January 4th, 2007 08:36 AM
Add Push button or Check Box in outlook add-ins capdevs VS.NET 2002/2003 0 January 7th, 2006 08:51 AM
C# IDE Add In shadowpug VS.NET 2002/2003 0 December 10th, 2004 11:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.