BostjanPerdan
Programmer
Hi!
I would like to prevent the user from saving any changes he or she has made to the Excel workbook. How do I disable the Save Prompt that appears upon closing the workbook?
This procedure doesn’t work for me:
Private Sub Workbook_Close()
ActiveWorkbook.Saved = True
End Sub
Cheers,
Bostjan
I would like to prevent the user from saving any changes he or she has made to the Excel workbook. How do I disable the Save Prompt that appears upon closing the workbook?
This procedure doesn’t work for me:
Private Sub Workbook_Close()
ActiveWorkbook.Saved = True
End Sub
Cheers,
Bostjan