Y
yourenotathomenow
I've put this in my 'This Workbook' space. But it doesn't seem to be
working. Any ideas?
Private Sub Workbook_BeforeClose(Cancel As Boolean)
'Disables 'Do you want to save changes?' Alert Before Close
Application.DisplayAlerts = False
End Sub
working. Any ideas?
Private Sub Workbook_BeforeClose(Cancel As Boolean)
'Disables 'Do you want to save changes?' Alert Before Close
Application.DisplayAlerts = False
End Sub