Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for all your help. I used Normans suggestion and it did the
trick. On Apr 8, 9:35 am, "Norman Jones" wrote: Hi Stewart, Better would be: '============= Sub Savenew() Dim NewBook As Workbook Dim fName As Variant Set NewBook = Workbooks.Add Do fName = Application.GetSaveAsFilename _ (fileFilter:="Excel Files (*.xls), *.xls") Loop Until fName < False NewBook.SaveAs Filename:=fName, _ FileFormat:=xlWorkbookNormal End Sub '<<============= --- Regards, Norman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Default Save Extension | Excel Discussion (Misc queries) | |||
Save Extension | Excel Programming | |||
disable save and saveas from menubar and save via command button | Excel Programming | |||
auto save with variable name with html extension | Excel Programming |