How to fix Hyperlink to Microsoft Forms page that results in deprecation error
Help! I have a training PowerPoint presentation that has a link to a Microsoft Forms quiz at the end. I've used this format for several years, but now the link only works for me and no one else. Any time I send the file for another user to open, the link…
Lock frame rate at 30 fps when exporting presentation as video
Hello community, For my work I need to export a powerpoint presentation as a video file with 30 fps and then process it in a video editing software. To export the presentation as a video I use a script: Sub ExportVideoFrameRate() If…
Why can't I access the morph transition?
I went to the forum in French and, not being able to answer, someone told me to ask you my question. Microsoft Office Professional Plus 2016 Version 2409 (build 18025.25104 Office) No subscription to Microsoft 365
Powerpoint presentation not saving
I started working on a presentation on one device then switched to another. But now I am unable to save the presentation, I've tried copying and pasting slides to a new presentation and that won't save either. Does this mean there are some corrupt…
About Surface Pen Single Click with Onedrive
I am having trouble with the slideshow of a PowerPoint file on onedrive by not being able to page through the file with a single click of the Surface Pen. The PowerPoint file on the PC can be paged through with a single click of the Surface Pen without…
query on powerpoint
One of my users is unable to see the 'Set as Default Theme' option in PowerPoint. When I check on my end, I can see this option. Please guide me on how to make the 'Set as Default Theme' option visible to the user. The user is using Office version 2407…
shp.Export returns shapes with undersized dimensions.
Hello community! I continue to figure out the script that automatically outputs all shapes of each slide as pictures. I use this script in my work to extract all objects from all slides and edit them in other software. I found the following…
Powerpoint presenter view slides do not advance in synchronisation
I have a Dell laptop Precision 5530 running Windows 11, version 22H2 and Powerpoint LTSC Professional plus 2021. When the computer is connected to a video projector and I use Presenter View to show a Powerpoint presentation, either the slides shown…
How tot add a font to Ms365 tennant?
The Marketing department purchaced a font, dedicated for the enterire organisation. How can I install / push the new purchaced font to the MS365 tennant? Both cloud and Intune if possible. Thanks for your quick reply. Kind regards, Corne
Incorrect operation of the Visual Basic script in the PowerPoint slides
Hello community. I need your help. In my work I need to export shapes from PowerPoint slides. Since it is boring to do it manually (by selecting the "save as image" option) I use the MVB script (found here in another thread). Sub…
Power Point 2019 suddenly fails to insert the Create File as an object and the Create from File option is greyed out and unavailable.
Power Point 2019 suddenly fails to insert the Create File as an object and the Create from File option is greyed out and…
Adaptive Cards Error: “The remote endpoint returned an error HTTP 401.
{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0", "actions": [ { "type":…
How do I export multiple objects and groups as individual PNGs all at once in PPT?
This might be a silly question but I couldn't find anywhere after a few days researching the internet. I need to export every single object (shapes, texts boxes, images, grouped objects) as individual PNG files. I don't want to spend a huge amount of…
Have a great idea for a feature in OneNote/PPT, does it exist already?
Howdy! I have a great idea for a feature in Office (likely AI/ML-driven) that could make my life much easier in this four-day training course I am in. I find myself taking screenshots of the slides presented via Zoom via PrtSc (because it's faster and…
Powerpoint guides vanished
Powerpoint used to have guides, horizontal and vertical, that could be grabbed and moved across the page. The guides could be used to align objects over multiple pages - very handy. In the last version of Powerpoint these moveable guides have…
Powerpoint crashes on Slideshow
Hello, I hadn't worked with Powerpoint on my desktop pc for quite some time, and when I tried today I noticed it was impossible to enter slideshow mode without the program crashing. I tried with numerous presentations, tried creating a blank one, and it…
How to fix Microsoft.NET Framework "Value Does not fall within the expected range" error
Hello, I have an Excel file linked with powerpoint for +50 graphs and tables. It was working fine until I linked the cell below: ="Average Deal Cycle is " & J3 & " Days" with some formatting, such as color and borders. Now,…
Videos in PowerPoint being blocked by intune
Hello Brain Trust. We are in the process of moving to a SOE of windows 11 enrolled through auto pilot. There have been a few hiccups, but mostly going well. The odd issue we are having now is that when staff insert a video from YouTube into PowerPoint…
How to Access Core Properties / Custom Properties in PowerPoint Office Addin Using Javascript API
I want to access a PowerPoint document's core and custom properties in PowerPoint Office Addin. I can access these properties using Javascript API in Word and Excel Office Addins. …