![]() |
saving PowerPoint in excel vb using cell values
This is the way I save a workbook How can I save my Powerpoint file using excel VB Sub SAVE() Sheets("FORM").Visible = False FileName = Sheets("form").Range("A8").Value SubDir = Sheets("form").Range("A7").Value fileSaveName = SubDir & "\" & FileName Activeworkbook.SaveAs FileName:=fileSaveName |
All times are GMT +1. The time now is 12:26 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com