Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Add-ins and Reference library

I need to check if selected add-ins and reference libraries are present when
the user opens the workbook. If they aren't I need to activate them. If
they are not present I need to notify the user.

Is that possible?

Glen


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Add-ins and Reference library

Glen,

Here is some code to get you started

Dim addin

For Each addin In Application.AddIns
Debug.Print addin.Name, addin.Installed
addin.Installed = True
Next addin


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Glen Mettler" wrote in message
...
I need to check if selected add-ins and reference libraries are present

when
the user opens the workbook. If they aren't I need to activate them. If
they are not present I need to notify the user.

Is that possible?

Glen




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
Reference Library - Missing Library in a lower version. luvgreen Excel Programming 1 October 7th 04 02:08 AM
Reference Library Kevin Wickersheim Excel Programming 2 May 5th 04 08:18 PM
programmatically Set Reference to Library Todd uttenstine Excel Programming 6 April 30th 04 10:55 AM
Library Reference files Cindy Excel Programming 4 April 2nd 04 04:42 PM


All times are GMT +1. The time now is 03:35 AM.

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"