save as feature in power point

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

Guest

i want to save power point presentation through VB program through SAVE AS
Dialog BOX.
COULD anybody pls help me out in implementing this feature.
ThanYOu
 
i want to save power point presentation through VB program through SAVE AS
Dialog BOX.
COULD anybody pls help me out in implementing this feature.
ThanYOu

You'll have to be a lot more specific.

Are you automating PowerPoint using VB?
Or are you doing something else?
 
hello sir
i 'm automating PowerPoint using VB and want to save my presentation through
SAVE AS dialog box.
Pls tell me how to do that
Thank you
 
hello sir
i 'm automating PowerPoint using VB and want to save my presentation through
SAVE AS dialog box.
Pls tell me how to do that
Thank you

Call the Windows Common Dialog API to get a filename to save to then use
PowerPoint's .SaveAs method to save to that name.

Yes, that's a very vague answer. It's the best I have for a vague question. <g>

If English isn't your first (or second or third ...) language, don't worry about
it. Just do the best you can, but we do need more details about what you're
trying to do.
 

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