+ Reply to Thread
Results 1 to 13 of 13

Missing: Microsoft Powerpoint 15.0 Object Library

  1. #1
    Registered User
    Join Date
    10-09-2012
    Location
    INDIA
    MS-Off Ver
    2010/2013
    Posts
    12

    Missing: Microsoft Powerpoint 15.0 Object Library

    Hi,

    I am working on a macro that copies the data from excel and pastes it to powerpoint. The code works fine in Excel 2013 but throws an error when running in Excel 2010 and sometimes vice-versa.
    The error being "Missing: Microsoft Powerpoint 15.0 Object Library"
    This reference can be updated manually but is it possible to do that through the same code. The code errors out in the first line itself.

    Below given are the declarations that are done in the code:
    Please Login or Register  to view this content.
    Please help me out from this issue.

    Thank you for your help in advance.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    Click Tools>>References>>Locate Microsoft Powerpoint 14.0 Object Library>>Give Tick Mark and Give Ok...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    10-09-2012
    Location
    INDIA
    MS-Off Ver
    2010/2013
    Posts
    12

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    Thanks for your quick response. But i know the manual way of adding that, i wanted to know a way of adding that through the same code.

    Is it possible?

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    Instead of thinking in that way change your method of writing the code like the below.

    Your current method will require the references needs to be established

    Please Login or Register  to view this content.
    But this will work on any machine without the need of any establishment of references

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    10-09-2012
    Location
    INDIA
    MS-Off Ver
    2010/2013
    Posts
    12

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    Thanks, that sorted out the first line. What about the other 2 declarations?
    Please Login or Register  to view this content.
    Do i declare them as objects as well?

  6. #6
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    Quote Originally Posted by neetharao View Post
    Do i declare them as objects as well?
    Yes, exactly!

    If you declare the variable directly then you have to enable the references.

    Otherwise you have to declare the variable as object and set the concerned object as I shown in my earlier post

  7. #7
    Registered User
    Join Date
    10-09-2012
    Location
    INDIA
    MS-Off Ver
    2010/2013
    Posts
    12

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    I tried changing that and the error pops out in some other place. I am attaching the original complete code for your reference. It would be great if you could help me out with this.VBA Code.txt

    Thanks..

  8. #8
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    Sorry I don't have that much of time to study and test the whole code.

    So please try to test it from your end and let us know the line of code where the error pops up.

  9. #9
    Registered User
    Join Date
    10-09-2012
    Location
    INDIA
    MS-Off Ver
    2010/2013
    Posts
    12

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    Ok, sure no problem.

    After changing the declarations to Object now i get the error on this line -
    Please Login or Register  to view this content.
    even if i change the path the same Missing Reference error shows up.

  10. #10
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    I suspect the + needs to be replaced with &

    Because + should be used with Numbers alone.

    To join the texts use & symbol

  11. #11
    Registered User
    Join Date
    10-09-2012
    Location
    INDIA
    MS-Off Ver
    2010/2013
    Posts
    12

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    I dont think the + is causing the error, because even after changing the path also the error shows up.

    It is pointing to the "Missing: Microsoft Powerpoint 15.0 Object Library" only

  12. #12
    Registered User
    Join Date
    11-28-2014
    Location
    Russia
    MS-Off Ver
    2010
    Posts
    1

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    I just have feelings u dont have that library on ur comp. Download and retype the path
    w8. My fail. u cant do that... try to refer to 14.0 library after closing program.

    How to do:

    Look what I did. I dont have 15.0 library, but I have 14.0 . Just go
    C:\Program Files (x86)\Microsoft Office
    over there create new folder whith name "Office15"
    after that copy ALL from ur folder "Office14" to ur new folder "Office15"
    reboot ur program

    yes. this is fail solution, but it works
    Last edited by Lokerok; 11-28-2014 at 12:13 PM.

  13. #13
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Missing: Microsoft Powerpoint 15.0 Object Library

    You should remove the reference. It is not needed since you have late bound your code, and it is causing the problems.
    Remember what the dormouse said
    Feed your head

+ 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. macro to fix missing:microsoft outlook 14.0 object library
    By sujithy007 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-13-2021, 09:59 AM
  2. Microsoft HTML Object Library
    By akotronis in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2013, 01:07 AM
  3. [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
  4. Missing Object Library
    By LillyB in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-12-2010, 07:45 AM
  5. MISSING: Microsoft Word 11.0 Project Library
    By ChrisMattock in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-12-2006, 07: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