Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear all,
I'm generating a spreadsheet, onto which I want to include a button which prompts the user to "save as.." the current spreadsheet. I want the spreadsheet to save in .xls format. This is the code I have currently entered... Private Sub CommandButton1_Click() fileSaveName = Application.GetSaveAsFilename(fileFilter:="Microso ft Excel Workbook (*.xls), *.xls") End Sub When I test the button, the "save as..." prompt pops up ok but my saved file then does not save properly. Everything seems to work ok (no error msgs etc) but the file just doesn't save in the specified location. It's as if its vanished into thin air. Any help/recommendations as to what i'm doing wrong would be greatly appreciated. Thanks, David. :-) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unhide menu bar in excel - just disappeared | Setting up and Configuration of Excel | |||
Sockets programming under Excel | Excel Discussion (Misc queries) | |||
Sockets programming in Excel | Excel Discussion (Misc queries) | |||
Random Excel spreadsheets won't "Save As" | Excel Discussion (Misc queries) | |||
What has happened to "Save As" in Excel 2003 | Excel Worksheet Functions |