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: *

  • Users: OddEinar
  • Content: Threads
  • Order by date
  1. 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.
  2. OddEinar

    Make text-variables uppercase

    How do I make a text-variable uppercase?
  3. 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...
  4. 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