PowerPoint Startup

Local time
Today, 04:50
Joined
May 28, 2007
Messages
3
I want to do some particular work, written using VBA, immediately after the saved presentation as Powerpoint Show Starts.

How is it possible?

Please show the procedure in detailed step by step guide-lines.
 
I want to do some particular work

So to be clear what is it you need to actually do - start an application for example ? as soon as Powerpoint starts the slide show.
 
Executing VBA Codeing at Startup using PowerPoint

So to be clear what is it you need to actually do - start an application for example ? as soon as Powerpoint starts the slide show.


Thanks a lot.

I want to check a particular file in c:\ or d:\ drive,immediately when the PowerPoint Show starts. If the file does not exist, the show ends.

How is it possible??
 
Thanks a lot.

I want to check a particular file in c:\ or d:\ drive,immediately when the PowerPoint Show starts. If the file does not exist, the show ends.

How is it possible??
Create a batch file that checks for the existence of the file prior to starting Powerpoint. You can use If exist to do this and then start Powerpoint and add the ppt that you want it to open. Sorry I can't help you with exact code but this may be a start. Use Windows Help and type in Batch.
 

Users who are viewing this thread

Back
Top Bottom