I've searched through the VBA section trying to find examples of how to do what I'm looking for and turned up empty. Perhaps I didn't use the correct search criteria, but I couldn't find an answer, so I'm asking the questions.

I'm going to be rolling out an Excel Spreadsheet as a template with an app I'm working on. I want to ensure the template is always empty when opened, so I need to force the users to use only Save As...

Needs:
Disable or Remove the Save button on the toolbar
Disable or Remove Save from the drop down menu

Nice To Have:
When an existing spreadsheet is opened, the name of the spreadsheet appears in the Spreadsheet's windows caption. Is there a way to remove that from appearing?
When Save As is selected from the drop down menu, the name of the spreadsheet appears in the file name textbox of the common dialog. Is there a way to remove that?