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 TouchToneTommy 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: frank42
  • Content: Threads
  • Order by date
  1. frank42

    How to set a UserProperty in Outlook from VBA ?

    I am trying to customize Outlook with a macro to add a UserProperty ("color") to my MailItems and set it to e.g. "red". I run the following snippet: Dim myNameSpace As NameSpace Dim targetFolder As MAPIFolder Dim myItem As MailItem Dim myProp As UserProperty Set...
  2. frank42

    How to set a UserProperty in Outlook from VB ?

    I am trying to customize Outlook with a macro to add a UserProperty ("color") to my MailItems and set it to e.g. "red". I run the following snippet: Dim myNameSpace As NameSpace Dim targetFolder As MAPIFolder Dim myItem As MailItem Dim myProp As UserProperty Set...
  3. frank42

    How to copy a macro from within a macro ?

    Each week I produce a report in excel. I have written a macro to take input from several Excel spreadsheets and produce a BRAND NEW workbook. I have a second ("canned") macro I want to insert in the newly created workbook. What VisualBasic instructions permit me to do this ? (or can...

Part and Inventory Search

Back
Top