Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If Not ActiveWorkbook.Saved Then
If ActiveWorkbook.Path = "" Then filesavename = Excel.Application.GetSaveAsFil*ename( _ filefilter:="Excel Files (*.xls), *.xls") ThisWorkbook.SaveAs filename:=filesavename Else ActiveWorkbook.Save End If End If -- Vasant |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell("filename") doesn't update to new filename when do save as. | Excel Worksheet Functions | |||
set filename to <filename-date on open | Excel Worksheet Functions | |||
returning filename in excel | Excel Programming | |||
Excel Filename prgramatically | Excel Programming | |||
Saving filename same as import filename | Excel Programming |