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