View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karl Kawano Karl Kawano is offline
external usenet poster
 
Posts: 2
Default Determining if a Add-In has been loaded from XLSTART

Hi,

Does anyone know how to determine if a add-in is loaded
if it resides in the XLSTART directory. If you put an add-
in in the XLSTART directory and then create a function
that contains "For Each xlaAddin in Addins" and print out
the name of each add-in, you will find that the add-ins in
the XLSTART directory are not included. The only user add-
ins that are in the AddIns collection are those that are
referenced in ToolsAddIns and selected in the list box.

Any ideas would be appreciated.


Thanks,

Karl