Dave A
New Member
- Outlook version
- Outlook 2016 32 bit
- Email Account
- Office 365 Exchange
I have written a macro that sets various properties for a new appointment, based upon the subject line. These include assigning categories for the client, billing information, etc. The macro is triggered by an ItemAdd event.
Sometimes things change, for example an activity becomes billable, so I would like the same macro to run when the appointment changes. If I use ItemChange then Outlook hangs, I suspect it is running the macro in a loop on all items. How can I get it to run only on the specific macro that I have just changed?
Sometimes things change, for example an activity becomes billable, so I would like the same macro to run when the appointment changes. If I use ItemChange then Outlook hangs, I suspect it is running the macro in a loop on all items. How can I get it to run only on the specific macro that I have just changed?