View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Disable Save under Excel 2000

Weird. Adding some command buttons do not cause a problem like this for me
under Excel 2000. No idea what it might be though.

--
Jim
"Ben" wrote in message
...
| Hi,
| I have code like this: ThisWorkbook.Saved = True in the last line of the
| Workbook_BeforeClose event. When I open my workbook and click on the X to
| close it I'm not prompted if I would like to save the workbook under Excel
| 2003 but under Excel 2000 I got that message to save.
| On my sheets I have few Command buttons picked from the Control Toolbox.
|
| Any ideas why I'm having the save message only with Excel 2000.
|
| Thank you.