View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dick Scratcher Dick Scratcher is offline
external usenet poster
 
Posts: 6
Default Missing References

For my sins I have to open other users workbooks.

Most are okay but with some I get compile errors because of missing
references in VBA. These are caused because I don't have the same (add in)
libraries as the users - this is a cost issue (Reuters and Bloomberg).

Opening the files at the users machines is, I regret to say, not an option.
I'm stuck with my PC and not all the correct libraries.

Does anyone know of a way to suppress these compile errors?
I've turned off events, calculation, display alerts, and even the garden tap.

Love
Dick