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

Ask A Question

Stats

  • Questions 64k
  • Answers 64k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Use WinPCap, it has an an API to send and… May 11, 2026 at 10:58 am
  • added an answer Joel wrote a nice essay about this very topic: Things… May 11, 2026 at 10:58 am
  • added an answer Your code violates the single responsibility principal in a pretty… May 11, 2026 at 10:58 am

Related Questions

I have an embedded PowerPoint presentation in an Excel workbook. How can I edit
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
If I have an embedded browser in a windows form, is it possible to
In my VC++ application I have an embedded browser (MSHTML). It works fine and
Basically, I have an iframe embedded in a page and the iframe has some
I have an application that has Powershell 1 embedded into it, but we need
I have an application in C# (2.0 running on XP embedded) that is communicating
I have an single threaded, embedded application that allocates and deallocates lots and lots
I have a C program with an embedded Perl interpreter. I want to be

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.