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...
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....
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...
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...
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...
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...
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 ???
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...
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?