automation: i dont want to see "end of the slide show clik to exit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,

I automated powerpoint in vb6
I would like to know how can i prevent thing from reaching
"end of slide show clik to exit"

thanks in advance
 
Unless I miss my mark, you just want to:

Tools => Options => unselect "End with black slide" under the View tab
 
Mcdba jose g. said:
hi all,

I automated powerpoint in vb6
I would like to know how can i prevent thing from reaching
"end of slide show clik to exit"

Start PowerPoint manually.
Choose Tools, Options
Click the View tab
Remove the check next to "End with black slide"
Click OK

This is an application (ie, PowerPoint) setting, not something that travels
with individual PPT files. You can change the setting for your own computer
but not on other computers.

But since you're automating, you could start PPT then use SendKeys to navigate
the dialog box and make the needed changes.

Or you could (possibly) change the registry where this setting is stored before
starting PPT and then set it back after you close PowerPoint. Changing the
setting while PPT is open will have no effect.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top