Search results

  1. L

    Limit VBA Script to one Outlook account

    How does one limit a VBA script to run only for one of several Outlook accounts? Specifically the following script: Private Sub Application_ItemSend(ByVal Item As Object, _ Cancel As Boolean) Dim objRecip As Recipient Dim strMsg As String Dim res As...
Back
Top