


You will be able to insert another signature manually. After using this macro, the signature bookmark is removed and you will not be able to change the signature automatically. This macro removes the default signature and adds a new one. If you are creating a new message or not keeping the message body, you can insert an HTML signature directly into. If you need to change a signature in a reply, you will need to remove the signature that was added automatically and insert a new one.

Set objMsg = Application.CreateItem(olMailItem) Set objSignatureFile = objFSO.OpenTextFile(strSigFilePath & "My Sig.htm") StrSigFilePath = enviro & "\Microsoft\Signatures\" ' Edit the signature file name on the following line Set objFSO = CreateObject("Scripting.FileSystemObject")
