View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Compile-time Error Handler

One way would be to run through the references collection found in the MS
Visual Basic Extensibility Library.

--
Regards,
Tom Ogilvy


"Mark Repsher" wrote in message
om...
I'm running into a problem trying to write a compile-time
error-handler. Here's my situation, my code needs a reference to an
xml parser. When I execute the code, I want to make sure that this
reference is actually available (some users may not have this
reference installed). How can I check at compile-time that this
reference is actually installed?

Thanks
Mark