K Karthik Thandapani Member Sep 16, 2014 #1 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, 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
sn152 Member Sep 18, 2014 #2 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!
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!