+ Reply to Thread
Results 1 to 3 of 3

VBA avoid using reference to powerpoint in excel

  1. #1
    Forum Contributor
    Join Date
    08-19-2010
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    151

    VBA avoid using reference to powerpoint in excel

    Hello,

    I had a problem with the reference to outlook in Excel
    (each user has different version of office).
    The solution you suggested works great.
    I think it is called dynamic reference:
    Please Login or Register  to view this content.
    Now I have the same problem with power point.
    I wish to open power point, create new presentation and add slides without using reference
    to power point.

    I am using the following code:
    Please Login or Register  to view this content.
    How can I implement it without using reference to power point ?

    Thank you for your help

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

    Re: VBA avoid using reference to powerpoint in excel

    If you declared ppApp as Object, that code does not require a reference. (note: the Outlook code you posted as an example does require a reference)
    Also, it's actually called late binding.
    Remember what the dormouse said
    Feed your head

  3. #3
    Forum Contributor
    Join Date
    08-19-2010
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    151

    Re: VBA avoid using reference to powerpoint in excel

    Hello,

    Thank you for your support.
    I will implement it as you suggested.

    Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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