Most voted "powerpoint" questions
Microsoft Powerpoint is a program used for creating/editing and displaying graphic presentations.
Learn more…12 questions
Sort by count of
-
7
votes1
answer2260
viewsHow to include visual progress information in a Powerpoint presentation via VBA
I have a Powerpoint presentation and would like to build a program in VBA to count the slides and include in each of them a kind of "progress bar", in order to indicate to the public the progress of…
-
2
votes1
answer614
viewsVBA events in Powerpoint
Hello, Is there any event in Powerpoint that allows the execution of a subroutine when selecting a slide. For example, the presentation is running... When you get to slide 120 it has to run a…
-
2
votes1
answer48
viewsVBA Before Close
So what I want to do is have a message box that pops up when this Powerpoint file tries to close, saying "Did you send the data?" " Yes or no". If you click "Yes", Excel closes, if you click "No",…
-
1
votes0
answers113
viewsConnecting Powerpoint to Access through VBA?
I’m creating a kind of "urn" Power Point would like to 3 (three) basic solutions for calculating votes; When you click the confirm button, the vote is automatically sent by e-mail, to a particular…
-
1
votes0
answers264
viewsPowerpoint.dll (HRESULT exception: 0x80010001 (RPC_E_CALL_REJECTED))
Error description: Component COM Class Factory Recovery Failure with CLSID {91493441-5A91-11CF-8700-00AA0060263B} due to the following error: 80010001 The call was rejected by the call. (Exception…
-
0
votes2
answers2117
viewsHow do I change Image via VBA
Hello I would like to change an image in Power Point, I I don’t want to delete and insert another, but do what the command indicated in the image does. Would anyone know what to call this method???…
-
0
votes1
answer927
viewsIdentify the ID/Number of each Text Box Shape
I started using VBA for Powerpoint and needed to start referencing in my code each Shape within the presentation. But I don’t know which is the name of each Shape to reference. How do I know that a…
-
0
votes1
answer29
viewsPreview Excel, Power Point, Word on a website
Good morning, I’d like to know how to preview Excel, Power Point, Word on a website. For PDF I managed to do with this code. <embed src="RelatorioM16.pdf" width="760"…
-
0
votes1
answer306
viewsHow to export a Powerpoint file to HTML?
I have a file Power Point which is interactive, that is, some buttons send the user to another slide, and remain interactive to each slide. I need to generate a HTML to insert into a web page so…
-
0
votes1
answer258
viewsCreate 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? (I use Delphi 10.2 Tokyo) uses…
-
0
votes1
answer45
viewsChange the color of only one of the bars/columns of the graph generated in PPTX - Apache Poi
I’m working with the Apache Poi v4.1.2 in the Java for file generation .pptx, slide display on PowerPoint. I’m basically using the Apache Poi to generate slides with graphics, so far so good, I am…
-
-1
votes1
answer27
viewsHow do I change by vba the height of an image in Powerpoint WITHOUT changing the width?
In my code I do so to make the width of my image equal to the slide, but this way changes the height proportionally, and I do not want this. 'Criar Slide 2 Set ppSlide = Apr.Slides.Add(2,…