Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Values in Excel when using RTD | Excel Worksheet Functions | |||
Saving Worksheet from Workbook with Names from Cell Values | Excel Programming | |||
Validate all cell values against it's list prior to saving the she | Excel Programming | |||
Problems with saving cell values to file | Excel Programming | |||
Saving a file with a name generated by cell values | Excel Programming |