View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fred fred is offline
external usenet poster
 
Posts: 73
Default Checking for missing references

I have an addin that references a third party dll but it is not always
installed on the target machine.
I simply want to be able to disable any of my menu items and buttons that
use the dll if it is not installed.
In the workbook open event, how can I find out if the dll is installed.

Thanks for any help
Fred