SaveAs command doesn't save extension
- From: "stewart" <smccallister@xxxxxxxxx>
- Date: 8 Apr 2007 06:07:27 -0700
I am trying to pull a SaveAs dialog box from a VB command that will
prompt the user to save their work. The problem is when the user
types in the filename it does not save as an excel file. The user
would have to type the extension themselves and that is not feasible
for this application. Below is the code I got from VB Help. Is there
another way?
sub savenew()
Set NewBook = Workbooks.Add
Do
fName = Application.GetSaveAsFilename
Loop Until fName <> False
NewBook.SaveAs Filename:=fName
end sub
.
- Follow-Ups:
- Re: SaveAs command doesn't save extension
- From: Mike Fogleman
- Re: SaveAs command doesn't save extension
- From: Norman Jones
- Re: SaveAs command doesn't save extension
- Prev by Date: Re: Apply bottom border only on filled cells, leaves blank cells without border?
- Next by Date: Re: How do I keep Hidden Columns / Rows from being Unhidden / Refe
- Previous by thread: Write VB6 code to be used with VBA
- Next by thread: Re: SaveAs command doesn't save extension
- Index(es):
Relevant Pages
|
|