Questions tagged as 'powerpoint'

1
answer

How to include visual progress information in a Powerpoint presentation via VBA

I have a Powerpoint presentation and would like to build a VBA program to count the slides and include in each of them a kind of "progress bar", so as to indicate to the audience the progress of the lecture visually *. * I know that Powerpoi...
asked by 03.07.2014 / 21:28
1
answer

VBA Events in PowerPoint

Hello, Exit some Powerpoint event that allows you to run a subroutine by selecting a slide. For example, the presentation is running ... When you get to slide 120 it has to execute a routine or a macro without any user action or button....
asked by 11.01.2018 / 12:08
1
answer

Identify the ID / Number of each Text Box Shape

I started using VBA for powerpoint and needed to start referenceing my code to each Shape within the presentation. But I do not know the name of each Shape to reference. How do I know that a text box is shape (1), shape (2), or shape (40). De...
asked by 30.05.2018 / 22:58
0
answers

PowerPoint.dll (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))

Error description:    Failed to recover factory COM component classes with CLSID   {91493441-5A91-11CF-8700-00AA0060263B} due to the following error:   80010001 The call was rejected by the call. (Exception from HRESULT:   0x80010001 (RPC_E_C...
asked by 28.03.2017 / 13:32
0
answers

Connecting Powerpoint to Access via VBA? [closed]

I am creating a type of "urn" in the Power Point would like 3 (three) basic solutions to determine the votes; Clicking the confirm button automatically votes for email , for a given email address; Clicking the commit button automaticall...
asked by 28.05.2016 / 18:14
1
answer

Create PowerPoint presentation from Delphi (OleObject)

I'm trying to generate a PowerPoint presentation from a Memo, I found a code on the internet that uses OleObject, but it's not working. What is incorrect? (Using Delphi 10.2 Tokyo) uses System.Win.ComObj Procedure: procedure Enviarpara...
asked by 13.06.2018 / 16:39
2
answers

How do I change Image via VBA

Hello, I would like to change an image in Power Point, I do not want to delete and insert another , but rather do what the command indicated in the image does. Would anyone know how to call this method ???     
asked by 07.11.2017 / 12:52
1
answer

How to export a powerpoint file to HTML? [closed]

I have a Power Point file that is interactive, that is, some buttons send the user to another slide, and continue to be interactive with each slide. I need to generate a HTML to insert into a web page so that this interactivity is not l...
asked by 19.05.2017 / 14:14
0
answers

How to hide a Button with macro in a Powerpoint presentation without disabling it?

I tried to put a CommandButton associated with a macro and set it in the properties as a transparent background, but when the presentation starts the CommandButton is not invisible. Is there any way to make it invisible and enabled?     
asked by 17.01.2018 / 11:39