Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.
I am having a problem using the GetSaveAsFileName property. Actually, the property seems to be working fine. However, when the Save As Box comes up and the user presses "Save" it simply closes the dialog box. It's not saving the file at all. I'm confused... am I missing a step or is this a bug? Here's the code I have so far. Public Sub Filesave() Dim sSave As Range Set sSave = Sheets("SA200").Range("BR1") fileSaveName = Application.GetSaveAsFilename(sSave, _ fileFilter:="Microsoft Excel Workbook (*.xls), *.xls") Unload SaveIT End Sub Can anyone help? Thanks. Dan *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with getsaveasfilename | Excel Discussion (Misc queries) | |||
GetSaveAsFilename not working in Excel 2003 | Excel Discussion (Misc queries) | |||
GetSaveAsFilename method | Excel Programming | |||
Excel 2002 GetSaveAsFileName | Excel Programming | |||
File save location with Application.GetSaveAsFilename | Excel Programming |