Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarkN1969

    How do I late bind to MS Access and open Access MDB?

    Thanks for the pointer Craig. I should be able to get it working from there with a bit of work.
  2. MarkN1969

    How do I late bind to MS Access and open Access MDB?

    I need to open an Access MDB and fire off a function contained within that MDB. I can do this OK using early binding and a reference to Access BUT to avoid potential problems with clients having different versions of Access, I would like to use late binding but I just cant seem to get even...
  3. MarkN1969

    Excel Application platform problem

    One option is to set your reference the earliest version of Excel that your users are likely to have. Early binding using a reference will usually cope with a PC having a later version of Excel than your code originally referenced, but as you have found it wont cope so well when the version of...

Part and Inventory Search

Back
Top