VBA automates Outlook Mail Bug: put 2 strings in the HTMLBody
问题 After I run the following code, I will get to see the 1st part being displayed in my new email pop up window, but not the 2nd part. However, if I just click send and receive it, I will see 2 parts being displayed correctly. Why? Why I didn't see the 2nd part in the new email pop up window BEFORE sending it? Thanks!! Code Dim OutApp As Object Dim OutMail As Object With Application .EnableEvents = False .ScreenUpdating = False End With Set OutApp = CreateObject("Outlook.Application") Set