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 Chris 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. frank42

    How to set a UserProperty in Outlook from VB ?

    I am answering my own question. All this needed was adding myItem.Save to the end of my snippet. Not obvious if this is the first time you are playing with properties in general and user properties in particular. Took me a while to find it. Hope this saves someone else some time in the...
  2. frank42

    How to set a UserProperty in Outlook from VBA ?

    I am answering my own question. All this needed was adding myItem.Save to the end of my snippet. Not obvious if this is the first time you are playing with properties in general and user properties in particular. Took me a while to find it. Hope this saves someone else some time in the...
  3. 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...
  4. 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...
  5. frank42

    How to copy a macro from within a macro ?

    MANY Thanks. The thread JustinEzequiel poinrted me at contained exactly what I was looking for !!!!! Thanks Justin
  6. 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