Hello all. I want to make a copy of my Excel application into a demo/evaluation version so I do not want the give the user an opportunity to save the workbook at all. I am currently using this code:
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
MsgBox "This...