Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
36 views

I want to make a system where whenever a PowerPoint presentation is opened in PowerPoint app, the file is automatically copied from the original location to another folder. I have no idea where to ...
Advice
0 votes
4 replies
66 views

I have an Excel sheet with several fields. I want to generate a PPT with one slide per row (having selected multiple rows) in the Excel sheet. How can I do this using some AI tools (free versions only)...
Advice
0 votes
3 replies
59 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 ...
0 votes
1 answer
63 views

VSTO is unable to capture nested groups within PowerPoint slides. For example, consider this structure: Group1: ├── Group2: │ ├── Rectangle1 │ ├── Rectangle2 │ └── Line (connecting ...
1 vote
1 answer
117 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 ...
0 votes
1 answer
77 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, " ", "+&...
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 ...
1 vote
0 answers
179 views

> ''' > import logging > import time > from pathlib import Path > from docling_core.types.doc import ImageRefMode, PictureItem, TableItem > ...
0 votes
1 answer
98 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:=...
0 votes
1 answer
64 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 ...
0 votes
1 answer
94 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 ...
1 vote
1 answer
110 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-...
0 votes
0 answers
41 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 ...
1 vote
1 answer
107 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 ...
0 votes
0 answers
106 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 ...

15 30 50 per page
1
2 3 4 5
...
479

AltStyle によって変換されたページ (->オリジナル) /