Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. OddEinar

    Signatures in Outlook

    I have just tried to use the recorder. Couldn't find any comands...?
  2. OddEinar

    Signatures in Outlook

    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.
  3. OddEinar

    Make text-variables uppercase

    How do I make a text-variable uppercase?
  4. OddEinar

    Update Existing Custom Document Properties

    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...
  5. OddEinar

    VBA - manipulate text in Word - delete sections

    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...
  6. OddEinar

    VBA - manipulate text in Word - delete sections

    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...
  7. OddEinar

    VBA - manipulate text in Word - delete sections

    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!

Part and Inventory Search

Back
Top