Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A simple look at 'SaveAs' in the VBA online help would quickly answer
this for you! xlBook.SaveAs filename:=naam, fileformat:=<xlFileFormat ...where <xlFileFormat is one of the listed filetype formats available in the version of Excel you are automating. *Note* There's no spaces in the syntax for the argument value pairs! parameter1:=parameter1value, parameter2:=parameter2value -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to save Word-document do not work properly | Excel Programming | |||
Save as, changing default fileformat in Excel 2007 | Excel Programming | |||
SaveAs Filename and FileFormat in Vs2007 | Excel Discussion (Misc queries) | |||
SaveAs Filename:=filename, FileFormat:=xlCSV | Excel Programming | |||
Save a workbook using FileFormat in .txt but with data in csv for | Excel Programming |