0
votes
0answers
10 views
PowerPoint document pulls data points from XML / Excel
What I want to do:
Pull information (numbers, words, etc) from fields that are either in an XML document or in an Excel spreadsheet, and embed these values in a text paragraph in …
0
votes
1answer
74 views
Prevent Powerpoint from pausing when focus is lost
I've written an app that allows me to start multiple Powerpoint presentations, each on its own monitor (this particular config has 4 monitors). The problem I have now is that only …
0
votes
1answer
73 views
PowerPoint - load macro on document load?
Does anyone know how I can have a macro load on document load when opening a PowerPoint pot-template? I've looked at some AutoOpen and add-ins which looks like need to be set.
But …
0
votes
1answer
23 views
Why does this slides-creating loop in VBA Power Point not work?
Hello,
I have tried to create this script that would create 10 empty slides, but it doesn't work for some reason:
Sub CreatingSlides()
'
Dim oPresentation As Presentation
Set oP …
0
votes
0answers
18 views
How to import Microsoft Office constants (msoTrue, ppLayoutText…) into LotusScript?
I am trying to programmatically make a Powerpoint presentation from the contents of a Lotus Notes document. This is relatively straight-forward using CreateObject("Powerpoint.Appli …
0
votes
2answers
24 views
How to get real bullet positions in MS PowerPoint 2003
Hi, guys.
I'm working on PowerPoint 2003 presentation conversion into some format, and I'm confused very much at one moment. Really, I can't understand what I'm doing wrong for al …
1
vote
4answers
45 views
How do I make powerpoint play presentations/load up ppts automatically?
I was wondering how I can make a script load powerpoint file, advance slides automatically and put it on full screen. Is there a way to make windows do that? Can I just load powerp …
0
votes
2answers
183 views
Manipulating the Text selection in Powerpoint
Hi,
I was just trying to do some coding on highlighting a portion of text in Powerpoint so that I could insert a hyperlink to it. I could achieve it without any difficulty in Power …
0
votes
2answers
27 views
Problems using key emulator in Java
Hello,
I am writing some java code so that in the code, when an event happens, it opens Microsoft powerpoint from the program and then emulates some key presses which are defined …
1
vote
3answers
47 views
How to read lines from a text file one by one with Power Point VBA code?
This code will read a line from a text file:
set file = CreateObject("Scripting.FileSystemObject").OpenTextFile("c:\number.txt", 1)
text = file.ReadLine
MsgBox text
How can I ma …
0
votes
1answer
42 views
VBA: How to perform an action on specific elements of an array
In VBA for PowerPoint, as far as I understand, this code gets only the first shape in the active window and nudges it:
Set oShape = oSlide.Shapes(1)
oShape.Left = oShape.Left + …
1
vote
2answers
70 views
can we open a ppt file in an iphone application?
i am developing an iphone application where i want to open a ppt file in my application. Can anyone please help me out?
0
votes
1answer
8 views
How to increase the size of a shape nudge with each new slide in Power Point VBA?
This code creates a string of 10 slides, in which each next slide's 2 shapes (number 1 and number 3) are nudged a bit in relation to similar shapes in the previous slide, while one …
1
vote
0answers
31 views
Is there a future for Powerpoint VBA/VSTO?
Does anyone know what the future holds for VBA/VSTO programming in Powerpoint? I've been working on a Office automation project and find it frustrating to work with Powerpoint in …
8
votes
2answers
86 views
What is the best presentation tool for technical stuff?
While recently exploring prezi I realized there have to be better tools than Powerpoint for presenting something, especially technical stuff.
What differentiates technical stuff f …
