Hello,
The code below does what it is suppose to when ran manually from the Menu. developer> Marco > SecureMail1.
The code does not work if I click on a button that is linked to this code. Fyi, this used to work but suddenly stopped working.
Thanks,
Zohaib
The code below does what it is suppose to when ran manually from the Menu. developer> Marco > SecureMail1.
The code does not work if I click on a button that is linked to this code. Fyi, this used to work but suddenly stopped working.
Code:
Sub SecureMail1()
Dim objMsg As Outlook.MailItem
Set objMsg = Outlook.ActiveInspector.CurrentItem
objMsg.Subject = "*securemail* " & objMsg.Subject
End Sub
Thanks,
Zohaib