Re: Call the Save As dialog
- From: "Bob Umlas" <Excel_Trickster@xxxxxxx>
- Date: Thu, 31 Aug 2006 10:59:55 -0400
ans = Application.GetSaveAsFilename(filefilter:="*.xls, *.xls")
This won't save the file, but will place the file name & path in the
variable Ans. Then you can save it via
Activeworkbook.SaveAs ans
"cdb" <cdb@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:449DDD80-42AC-4A05-BC7F-E62873D90835@xxxxxxxxxxxxxxxx
I have a macro that copies data from one spread*** into a new workbook.At
the end I want to call the Save As dialog for the user to enter a filename
and save straight away.
I know this is probably dead easy, but I just can't get it working.
cdb
.
- Prev by Date: Re: Create Sticky (Always-on-top) Popup - 2
- Next by Date: Formatting cells
- Previous by thread: Extracting data from SQL Server using excel
- Next by thread: Formatting cells
- Index(es):