C
Craig
The OutputTo method prompts the user with a "Save as"
dialog box and allows the user to save the file where they
would like. However, it doesn't allow the user to save
the output file as a particular 'type' (ie, I'm using
Access 97, and I'd like to save the output as an Excel 95
spreadsheet).
The "TransferSpreadsheet" method allows the user to
designate a file type (ie, Excel 8-10, etc.), but doesn't
allow the user to specify where they would like to save
the file (a response to an earlier post of mine suggests
user the code at mvps.org, which I may have to resort to).
Can you designate a file type with the 'OutputTo' method,
or is 'TransferSpreadsheet' a better way to go??
Thanks.
dialog box and allows the user to save the file where they
would like. However, it doesn't allow the user to save
the output file as a particular 'type' (ie, I'm using
Access 97, and I'd like to save the output as an Excel 95
spreadsheet).
The "TransferSpreadsheet" method allows the user to
designate a file type (ie, Excel 8-10, etc.), but doesn't
allow the user to specify where they would like to save
the file (a response to an earlier post of mine suggests
user the code at mvps.org, which I may have to resort to).
Can you designate a file type with the 'OutputTo' method,
or is 'TransferSpreadsheet' a better way to go??
Thanks.