+ Reply to Thread
Results 1 to 4 of 4

Adding PowerPoint 14.0 Object Library?

  1. #1
    Registered User
    Join Date
    11-08-2017
    Location
    Connecticuit
    MS-Off Ver
    2010
    Posts
    4

    Adding PowerPoint 14.0 Object Library?

    Hello everyone,

    I have run into a big issue where i have created this beautiful program in excel which automatically creates PowerPoint presentations which contain shapes, charts, tables pictures, ect. This issue is that i wrote the program using Excel 2013, and I need to be able to give it to my collegues who have office 2010. The code is over 5000 lines and it would take days to convert to late binding.

    If anyone has ANY fix for this I would greatly appreciate it!

    Is there anyway to install PowerPoint 14.0 Object Library on office 2013?

    Thanks!

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Adding PowerPoint 14.0 Object Library?

    Not that I know of.

    Unless you are using some Objects/methods not present in older library, it should work by changing reference in the project.

    If it doesn't, then you need to convert to late bind and remove reference.

    In mixed environment, I'd recommend writing in early bind with reference to make it easier to code, then converting to late bind.

    Do note, if you used built in constant (such as ppAccent1) then you'd need to replace with numeric value.

    See link for list of constants (for 2003).
    https://msdn.microsoft.com/en-us/lib...ffice.11).aspx

    New members and constants in 2010.
    https://msdn.microsoft.com/en-us/lib...ffice.14).aspx
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Registered User
    Join Date
    11-08-2017
    Location
    Connecticuit
    MS-Off Ver
    2010
    Posts
    4

    Re: Adding PowerPoint 14.0 Object Library?

    What do you mean by "Unless you are using some Objects/methods not present in older library, it should work by changing reference in the project."? I beleieve that I am only able to select powerpoint 14.0 object library in office 2010, and only able to select powerpoint 15.0 object library in office 2013. If I am able to select 14.0 on my office 2013 version and save it as that, that would probably work for office 2010, but i do not see that as an option. Am i missing something?

    THANKS!

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Adding PowerPoint 14.0 Object Library?

    Right, so the user who has 2010 should just add reference to PowerPoint 14.0 Object library and remove 15.0 (you may not need to , but can't remember. It's been couple of years since my company transitioned to Office 365 environment across all layers).

    This has to be done at his side (or you do it for him at his terminal).

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Powerpoint library not registered
    By aprildu in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-07-2017, 10:29 AM
  2. [SOLVED] Object library invalid or contains references to object definitions that could not be foun
    By thecdnmole in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-01-2015, 07:36 AM
  3. Missing: Microsoft Powerpoint 15.0 Object Library
    By neetharao in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-28-2014, 12:59 PM
  4. Ms. Office 2013, Microsoft PowerPoint Object Library (References-VBAProject)
    By Faridwahidi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-10-2014, 09:44 AM
  5. [SOLVED] workaround - missing Microsoft Powerpoint 14.0 Object Library
    By enowapi in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-30-2012, 06:21 PM
  6. Replies: 12
    Last Post: 06-20-2012, 01:53 PM
  7. [SOLVED] WMI OBJECT LIBRARY
    By RAFAAJ2000 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-03-2006, 06:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1