Results 1 to 3 of 3
  1. #1
    latintxn is offline Novice
    Windows 11 Access 2010 64bit
    Join Date
    Nov 2022
    Posts
    1

    Question Create New PPT from Existing PPTs

    I want to use Access VBA to read 2 ppt files which will be used to build a 3rd new ppt.

    PPT1 contains 5 slides
    PPT2 contains 4 slides

    I need to create a new PPT3 with the following sequence of PPT1 & PPT2 slides:

    PPT1.Slide1
    PPT1.Slide2
    PPT2.Slide1
    PPT2.Slide2
    PPT2.Slide3


    PPT2.Slide4
    PPT1.Slide3
    PPT1.Slide4
    PPT1.Slide5

    then save this new PPT3 file

    I have located code to successfully open PPT1 & PPT2 but I'm stumped at how to COPY slides from PPT1 & PPT2 into PPT3.

    Has anyone dealt with this type of process previously?
    Any help would be greatly appreciated.

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,861
    Never needed to do it, but if I did, this would be my first point of call.

    https://www.google.com/search?q=copy...hrome&ie=UTF-8

    And one of those links is

    https://www.easytweaks.com/macro-add...sentation-vba/
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,861
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

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

Similar Threads

  1. create table based on existing data
    By LVL in forum Queries
    Replies: 4
    Last Post: 12-06-2018, 07:30 AM
  2. Replies: 5
    Last Post: 07-02-2018, 03:26 PM
  3. Replies: 4
    Last Post: 04-09-2013, 03:54 PM
  4. Create an index in existing database
    By blip in forum Programming
    Replies: 1
    Last Post: 05-21-2010, 11:23 AM
  5. Create Textbox with VBA in an existing form
    By ferrarih in forum Forms
    Replies: 0
    Last Post: 02-24-2010, 06:17 AM

Tags for this Thread

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