View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PM PM is offline
external usenet poster
 
Posts: 16
Default Can a workbook funtion without a missing dll ?

Hello !

I have an Excel Workbook. Its code calls a dll.

If the user does not have the dll installed, he gets a compilation error.

Is there a way to get around this type of error ? If there was, the user
could use the workbook as any standard workbook and the functions powered by
the dll would simply remain silent.

Hope this question is not excessively stupid...

Pat