Powerpoint - SaveAs HTML

  • Thread starter Thread starter Asheesh Mangla
  • Start date Start date
A

Asheesh Mangla

I am using OLE to Save as presentation as HTML. This is an
application which uses OLE but does not have any user
interface or interaction. You can think of it as a batch
application.

Sometime some pop up occur asking for human input... is
there a way turn off that option...

thanks
Asheesh Mangla
 
Sometime some pop up occur asking for human input... is
there a way turn off that option...

Not in all cases. This is one reason why MS recommends against using PPT in
a server situation, for example. But it's fairly rare.

What specific input is it asking for in your case?
 
Thanks for your reply.

It shows a dialog box asking a message about revision,
whether i want to save the revision of the powerpoint
document.

The document is not being modified by the application, but
PPT is still trying to verify revision change. Don't know
why that is happening .. but in general i do not want any
prompt.

thanks
Asheesh
 
It shows a dialog box asking a message about revision,
whether i want to save the revision of the powerpoint
document.

The document is not being modified by the application, but
PPT is still trying to verify revision change. Don't know
why that is happening .. but in general i do not want any
prompt.

PPT has a different idea of what constitutes a revision from the idea most
humans have. ;-)
If you open the presentation and just change the view, for example, that's a
revision.

Try this before you try to close the presentation:

activepresentation.Saved = msoTrue
 
You can check the HasRevisionInfo when you open the file and then do an
EndReview if it does have some revision info and then save the file. It
should not prompt then.


--
Regards
Shyam Pillai

Handout Wizard
http://www.mvps.org/skp/how/
 
Back
Top