Results 1 to 2 of 2
  1. #1
    stalk is offline Competent Performer
    Windows 8 Access 2003
    Join Date
    May 2014
    Posts
    147

    MSO.DLL Error.. How to programatically handle the MS Office objereferences between 2 Access versions

    My current Access DB is using Microsoft Office 15.0 Object library. Some times if some one opens it in MS Office 16.0 Object library is missing error is showing up.
    How can I handle this programmatically so that we will not see the missing Microsoft office 16.0 Object library when opened in MS office 2013 environment or vice-versa.

    I know the easy way to fix it by going to tools- references and unchecking the missing link but I would like to do it programmatically.



    Thanks in advance

  2. #2
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    To be able to use the MSO Object Library across computers that use different versions, use Late Binding.
    https://www.devhut.net/2016/11/08/vb...-late-binding/

    Additionally, develop your application in a version of Access that equals the lowest version in use on workstations, so to reduce the chance of using features that aren't supported in prior versions.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 08-19-2014, 12:20 PM
  2. Replies: 10
    Last Post: 05-19-2010, 04:24 PM
  3. Replies: 1
    Last Post: 03-02-2010, 03:01 AM
  4. Office versions with Access 2007
    By Coolpapabell in forum Access
    Replies: 0
    Last Post: 09-29-2009, 09:37 AM
  5. Replies: 1
    Last Post: 06-09-2006, 03:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums