Excel SAVE AS





techstore

LQ Net Home








   Excel Links

Display a SaveAs File Dialog Box

printpage    Printer Friendly Page

This code allows the user to select the name of the file being saved.
It also allows the user to select the path where the file will be saved.





Examples of Filter Statements
FileFilter:="Microsoft Excel Files (*.xls), *.xls"
FileFilter:="Text Files (*.txt), *.txt"
FileFilter:="Add-In Files(*.xla), *.xla"
FileFilter:="Text Files (*.txt), *.txt", Add-In Files(*.xla), *.xla"
The above will list both filters in the drop-down box
FileFilter:="Visual Basic Files(*.bas; *.txt), *.bas; *.txt"
Semi-colons separate multiple file types for a single filter type













Copyright © 2006-2009, LQ Systems,Inc. All rights reserved.