Skip to main content
Advice
0 votes
3 replies
58 views

I have my presentation on the first slide while the room fills. I would like the Presentation timer to reset when moving to slide 2. I can't seem to remember to either, press reset or pause/start to ...
Tinbendr's user avatar
  • 104
0 votes
1 answer
60 views

VSTO is unable to capture nested groups within PowerPoint slides. For example, consider this structure: Group1: ├── Group2: │ ├── Rectangle1 │ ├── Rectangle2 │ └── Line (connecting ...
D.Galaxy's user avatar
1 vote
1 answer
114 views

I have succesfully implemented this from MS Excel, but making it work from PowerPoint has not been a success. I am making use of a proprietary screenshot tool which accepts the alt+PRTSC shortcut, but ...
Piotr Wojtaszek's user avatar
0 votes
1 answer
74 views

Powerpoint 365 VBA Set sld = Application.ActiveWindow.View.Slide Set Shp = sld.Shapes(2) If Shp.TextFrame2.HasText Then Txt = Replace(Shp.TextFrame2.TextRange.Text, " ", "+&...
Tinbendr's user avatar
  • 104
0 votes
1 answer
59 views

Short Summary: On the main slide (slide20), I want the user to click through all the examples - any order - (slides 21-24). I have navigation buttons on slide 20 that I want to stay hidden until the ...
user31527793's user avatar
1 vote
0 answers
149 views

> ''' > import logging > import time > from pathlib import Path > from docling_core.types.doc import ImageRefMode, PictureItem, TableItem > ...
Akshata's user avatar
  • 29
0 votes
1 answer
91 views

I have a problem with calling PowerPoint's Presentation.Open method. It seems to me that the Untitled parameter to Presentation.Open has changed. When opening the same file twice (once with Untitled:=...
Adrien Laveau's user avatar
0 votes
1 answer
63 views

As part of a customised VBA-based add-in, I've been trying to display the Icons task pane which idMSO is "IconInsertFromFile" (button type) but which doesn't work on macOS, although it runs ...
Catius's user avatar
  • 1
0 votes
1 answer
91 views

I have tried a way but after generating pptx it is not opening may be some configuration xml are missing. This code converted pdf to pptx but that file is not open say some error "Sorry are cant ...
Roushan Mehmood's user avatar
1 vote
1 answer
108 views

I tried to use the below code to open a password-protected ppt, but I got error: TypeError: Open() got an unexpected keyword argument 'Password' Is it possible to use Win32Com to open a password-...
Peter's user avatar
  • 395
0 votes
0 answers
39 views

we need to know if an opened presentation is edited by a user in PowerPoint. We try todo this by remembering the initial Last save time when the presentation is opened and compare it with the current ...
Robin Bouwmeester's user avatar
1 vote
1 answer
97 views

I am trying to make a macro to update the page count of visible pages. I have a code like this: Sub SetVisiblePageNumers() Dim pageNumber As Integer Dim pp As String pageNumber = 1 ...
Joe Sonderegger's user avatar
0 votes
0 answers
100 views

I have an excel data, I want to generate a PPT with the contents in multiple slides dynamically adjusting based on the content size, rows per slides and column width. Sub ExportToPPT() Dim pptApp ...
Viki_29's user avatar
0 votes
0 answers
71 views

I'm trying to run a macro from an Excel book to automate a chart update in powerpoint. It is going to reseat the source range of a chart I have created. I am doing this to then generate the same chart ...
Piotr Wojtaszek's user avatar
0 votes
0 answers
69 views

I'm trying to write two routines, one that picks up a paragraphs bullet settings including (especially indenting) but am getting nowhere picking up the settings. I tried these two variations but I ...
Miguel de las Nieves's user avatar

15 30 50 per page
1
2 3 4 5
479