Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Robust Excel addin installation through vba

Hello,

I'm looking for some Robust Excel addin installation(and
uninstallation) through vba code or approach

All the approaches until now seem to present some problem

Best regards
Avi
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Robust Excel addin installation through vba

avi laid this down on his screen :
Hello,

I'm looking for some Robust Excel addin installation(and
uninstallation) through vba code or approach

All the approaches until now seem to present some problem

Best regards
Avi


What are you trying to accomplish? If simply looking for a way to
load/unload an addin that is not a member of the addins collection then
the Open/Close methods of the workbooks collection should suffice.
Otherwise, the Installed property of the addins collection can be
toggle True/False if the addin is already a member of the collection.

If you're trying to figure out how to distribute an addin so it's
automagically installed on the remote machine then you need to query
Registry keys and write appropriate keys for each installed version of
Excel. An installation app can do this no problem.

I have VB6 code that removes installed addins and the files belonging
to them (works like Remove Program in Control Panel) that I suppose
could also be configured to install addins, but I'm not sure about that
as I've never tried because I use a installation app.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Robust Excel addin installation through vba

Hi,
You may want to take a look at 'addinloader' by Charles Williams'
Decision Models. Works fine for me.

http://www.decisionmodels.com/Downloads/AddLoaderV2.zip

Regards,
Poniente





On 29 jul, 06:39, avi wrote:
Hello,

I'm looking for some Robust Excel addin installation(and
uninstallation) through vba code or approach

All the approaches until now seem to present some problem

Best regards
Avi


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Robust Excel addin installation through vba

Poniente formulated the question :
Hi,
You may want to take a look at 'addinloader' by Charles Williams'
Decision Models. Works fine for me.

http://www.decisionmodels.com/Downloads/AddLoaderV2.zip


Nice utility! I clearly see where this would be beneficial in a
corporate environment.

Not sure, though, that it offers much more than what's doable via the
Addins Manager dialog. Ok, the list of addins 'allowed' is one way to
control which ones users can load, but a simple open password would
service the same need in most cases.

Still, I do like the concept! Very nicely done...!

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Robust Excel addin installation through vba

I'd recommend the Addin loader from Decision models.
I have a version adapted for Xl2007/10 which I can email to you.


  #6   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Robust Excel addin installation through vba

On 1 août, 09:12, minimaster
wrote:
I'd recommend the Addin loader from Decision models.
I have a version adapted for Xl2007/10 which I can email to you.


Thanks to all of you

Very promising

Avi
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
addin for excel installation Kardock Setting up and Configuration of Excel 0 February 13th 09 07:44 PM
Addin installation Erich Neuwirth Excel Programming 3 July 23rd 04 10:11 AM
Problems with AddIn Installation Stephen Bullen[_3_] Excel Programming 0 June 24th 04 01:07 AM
AddIn installation problem ale036 Excel Programming 0 June 22nd 04 08:58 PM
AddIn installation Problems ale036 Excel Programming 0 June 22nd 04 07:37 PM


All times are GMT +1. The time now is 07:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"