Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim sFile As String
sFile$ = Application.GetSaveAsFilename() If sFile = False Then Exit Sub End If If InStr(1, sFile, ".xls") = 0 Then sFile = sFile & ".xls" End If ActiveWorkbook.SaveAs (sFile) --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2003 file converted to .xlsm file when save to network drive | Excel Discussion (Misc queries) | |||
My computer will not save to my network drive | Excel Discussion (Misc queries) | |||
Excel 2k3: Workbook on network drive, when save creates new file | Excel Discussion (Misc queries) | |||
why am I unable to save a Excel file on a network drive%3f | Excel Worksheet Functions | |||
How to Save on a Network Drive using UNC? | Excel Programming |