How to automatically select 'Don't Save' if message box pop up?
I'm using office 2010 version.
[vba]If scno <> 1 Then
MsgBox "The computer will again ask you if you want to save some workbooks. Do not save these workbooks. Simply select 'no' each time it asks."
End If[/vba]