• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA snippet to save PPT

Hi,

I have below VBA that copies a range and creates a PPT. I am wondering if someone can help with a code snippet with which I can save the opened presentation to a location.

Please see the attached file.

Thanks,
Karthik
 

Attachments

  • ChartsPPT.xlsm
    23.5 KB · Views: 5
Hi,

Please try this.
Just add the below code in the last line of "TablesToPowerPoint" macro.

Code:
 pptApp.ActivePresentation.SaveAs "ENTER THE FILEPATH", 1

Thanks!
 
Back
Top