Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have noticed a problem with the SaveAs method I am using. Here is the code:
Dim fSaveName as Variant Do fSaveName = Application.GetSaveAsFilename Loop Until fSaveName < False ThisWorkbook.SaveAs fSaveName If the file name/location I choose in the GetSaveAsFilename dialog already exists, I am asked if I want to replace it. Clicking Yes replaces the file as expected, but clicking No or Cancel leads to an error: "Method 'SaveAs' of object '_Workbook' failed" Is there a way to handle this situation? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do in perform trial and error method in excel? | Excel Worksheet Functions | |||
Paste method error in macro | Excel Discussion (Misc queries) | |||
PasteSpecial Method Error | Excel Discussion (Misc queries) | |||
Error: method 'select' of object_worksheet' failed | Excel Discussion (Misc queries) | |||
error message with saveas | Excel Discussion (Misc queries) |