In Excel (Office 2000), can I change a Workbook's name without having to save it?
Of course you can make changes to Workbook/Worksheet manually or
programming, simply do save it whne you close them: if manully, you click
"No" when asked "Do yo want to save..."; if programmingly, call
Workbook.Close() methode with SaveChange flag set to False.
Workbook.Close False
> In Excel (Office 2000), can I change a Workbook's name without having to save it?