Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reference Library - Missing Library in a lower version. | Excel Programming | |||
Reference Library | Excel Programming | |||
programmatically Set Reference to Library | Excel Programming | |||
Library Reference files | Excel Programming |