I have an active PowerPoint slide which is saved as following code in ppt Format;
PowerPointApp.ActivePresentation.SaveAs ThisWorkbook.Sheets("Vorgaben").Range("D6").Value & Replace(ThisWorkbook.Name, "xlsm", "ppt"), 1
I want it to be saved as same Name but in pptx Format. What should i do for this ?