I want to make a macro (VBA) witch gives a user of MS Outlook 2003 a specific e-mail-signature, a default one. This signature is premade, and has a spesific location on the local machine. The signature is supposed to be set in Outlook when the user opens it.
Hi, I have used the:
ActiveDocument.CustomDocumentProperties.Add _
Name:="E-mail", LinkToContent:=False, Value:=Email, _
Type:=msoPropertyTypeString
..code to set a propertie for the document. But I want to make a macro that can update allready existing document properites. How do I do...
Hi, I need to make a macro for MS Word that finds different parts of my document and deletes these parts given sertan conditions. How do I do this? How do I select the different parts, and how do I delete them?
Thanks for all help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.