View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Adding a DLL to Excel (2003) Object Browser

It depends on what type of dll you mean. Try Tools / References, scroll down
and tick the "description" of the dll. Note this is not normally the file
name.

If not in the list use "browse" to file. If it doesn't 'take' either it's
not registered on your system or it's not a dll that requires a reference
nor one you'll see in Object Browser, refer to Joel's example.

Regards,
Peter T


"Mac Lingo" wrote in message
...
How do I add a reference to a new DLL to my object brower to be able to
use in in VBA 2003?

Mac in Berkeley, CA