vba outlook

  1. P

    Insert link in email body to attached document in Outlook 365

    Hello, The folowing code worked OK in 2013: Private Sub attachementTool() Dim msg, Dim attach Set msg = Application.CreateItem(0) msg.To = "me@gmail.com" msg.Subject = "test link" msg.HTMLBody = "<html><body>click <a href=""cid:attachCid1"">here</a> to open attachment <br />" & _ "click <a...
  2. A

    VBA Code in Outlook disappears after first use

    Hi, I have a simple VBA code in Outlook 2016 that pops up when users send an email that does not contain our domain name. This works fine on a local machine using a local profile but when I transfer the code to accounts in a Citrix environment the code works only once and then disappears and...
  3. A

    Run time error 424. object required in outlook 2013

    Hi I was trying to build a custom based form in outlook 2013. I got the tutorial on News, Tips, and Advice for Technology Professionals - TechRepublic I followed the step and was able to add a combobox to the form as well as a VB Script. But each time i run the form the combobos did populate...
  4. S

    Adding new Exchange (2016) rule very slow down Microsoft Outlook

    1 down vote favorite We have recently rolled out Exchange 2016 + Outlook 2016 across our business, and have just finished migrating users over to this. One of our machine which has 20GB Email (automated emails for logging) takes ages when creating a rule within...
Back
Top