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

  • SEARCH
  • Home
  • 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

I have a PowerPoint 2007 slide with two embedded Excel objects. I want to
I have embedded derby database and i work with jpa. This is my persistence.xml:
This is a part of my HTML I have embedded the SVG element. <div>
I have 30 charts that were created from excel and were pasted onto powerpoint
Can Silverlight apps be embedded into PowerPoint? We're currently weighing the pros and cons
I have embedded the fullcalendar jquery control by using this code: $(document).ready(function() { var
I have embedded an online-call on a website. You can see it here right
This is a very common problem when Excel Worksheet or Chart is embedded into
I have embedded a Python interpreter in a C program. Suppose the C program
I have embedded a JTextArea on a JScrollPane and am using that JTextArea for

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.