VBA dialog boxes automatically answer solution
问题 I compiled and coded a macro for Outlook 2011. This macro for that it saves all the mails as word file. The problem is that I couldn't close the dialog box automatically, I have so much signed message I couldn't solve this problem. This is the message dialog: And the code: Option Explicit Dim StrSavePath As String Sub SaveAllEmails_ProcessAllSubFolders() Dim i As Long Dim j As Long Dim n As Long Dim strSubject As String Dim StrName As String Dim StrFile As String Dim StrReceived As String Dim