View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Repsher Mark Repsher is offline
external usenet poster
 
Posts: 1
Default Compile-time Error Handler

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