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 have now made this code:
Option Explicit
Sub AutoNew()
frmSletting.Show
End Sub
Private Sub cmdCANCEL_Click()
Unload Me
End Sub
Private Sub cmdOK_Click()
Application.ScreenUpdating = False
If Check1 = False Then
ActiveDocument.Bookmarks("x1").Range.Delete
End...
Well - I have tried, but it makes no sense... The VBA code just tells me that I took one step this way, and one step the other way, and deleted this and that... It doesn't give me any clue on how I can define wich parts of the text I want to delete. And I need that to use the conditions...
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.