I have two questions which really bother me and I'd like to solve them before going further coding...
# For the sake of compatibility with previous versions of Excel, I think of using late-binding but if the referenced library:
# How can I know the numbers of errors likely to occur when adding the references to ensure proper error-handling?
Thanks!
# For the sake of compatibility with previous versions of Excel, I think of using late-binding but if the referenced library:
i) is not available on user's system, I have to notify him about the missing library.
ii) is not referenced, I have to add the reference programatically.
True / False?
ii) is not referenced, I have to add the reference programatically.
True / False?
# How can I know the numbers of errors likely to occur when adding the references to ensure proper error-handling?
Thanks!