View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Check For Add-in

How about just setting a reference to morefunc in your workbook's project.

Inside the VBE (with both workbooks open and your workbook's project active)
tools|references
check the project associated with MoreFunc

Each time your workbook opens, the addin will also open.



Steve H wrote:

Hello
I have created a file that uses Longre's morefunc. I have the .xll
located in the same directory as the file. How do I check that my
user's also have the add-in enables and if not, enable it for them?
Thanks!
Steve


--

Dave Peterson