I have an VB6 application that dumps the results of an SQL query against a backend Oracle database to an Excel spreadsheet. The whole thing works like a champ, however, my question is this: The spreadsheet is a "template". I do not want them to be able to save the spreadsheet, although they may do a "Save As" and rename it. How do I disable the Save feature of a spreadsheet, and how do I prevent the "Do you want to save the changes to you made to SpreadsheetName.xls?" message box from appearing when the spreadsheet is closed?