Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 60881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:13:53+00:00 2026-05-10T18:13:53+00:00

I have an embedded PowerPoint presentation in an Excel workbook. How can I edit

  • 0

I have an embedded PowerPoint presentation in an Excel workbook. How can I edit this (open, copy slides, add data to slides, close) using VBA?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T18:13:53+00:00Added an answer on May 10, 2026 at 6:13 pm

    1. Add a reference to the PowerPoint Object Model to your VBA application

    From the VBA window, choose Tools | References
    Look for Microsoft Powerpoint 12.0 Object Library and check it

    2. Select and activate the PowerPoint presentation object

    ActiveSheet.Shapes('Object 1').Select Selection.Verb Verb:=xlOpen 

    Note: this code assumes that the PowerPoint object is named Object 1 (look in the top left corner to see what it’s really named) and that it is on the active sheet.

    3. Get a reference to the Presentation object

    Dim p As PowerPoint.Presentation Set p = Selection.Object 

    4. Manipulate it

    All the methods and properties of a presentation object are available to you. Here’s an example of adding a slide:

    p.Slides.Add 1, ppLayoutBlank 

    5. Deselect it

    The easiest way is just to select a cell.

    [a1].Select 

    Hope that helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can Silverlight apps be embedded into PowerPoint? We're currently weighing the pros and cons
This is a very common problem when Excel Worksheet or Chart is embedded into
I have embedded the fullcalendar jquery control by using this code: $(document).ready(function() { var
I have an embedded system posting data to a JSON REST service via HTTP.
I have embedded a Python interpreter in a C program. Suppose the C program
I have an embedded webserver that has a total of 2 Megs of space
I have an embedded flash that is transparent so it looks like part of
We have an embedded device that needs to interact with an enterprise software system.
If I have an embedded browser in a windows form, is it possible to
Is it possible to have XML-embedded JavaScript executed to assist in client-side (browser-based) XSL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.