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.