![]() |
|
#2
|
|||
|
|||
|
Hi
you can try to use the event handler that fires when you send an item. Because when you accept a meeting you send an item. So you first check if it is a meeting request and if so you run your code. like this Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) If InStr(Item.MessageClass, "IPM.Schedule.Meeting.Request") > 0 Then 'do your thing here end if end sub |
| Tags |
| appointments, vba |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a shopping list, where dublicates are automatically added | wasmabo | Excel | 7 | 01-10-2018 05:48 AM |
My text is wrapping automatically creating a new page
|
TheAnth | Word | 9 | 10-27-2017 05:53 PM |
Problem creating table of contents automatically
|
Badza.2020 | Word | 1 | 05-01-2015 04:58 PM |
Have Excel automatically send an appointment to Outlook
|
paulw793 | Excel | 1 | 09-12-2011 11:04 PM |
| Creating an Appointment as an other User (Impersonating) | humpra | Outlook | 0 | 10-16-2009 03:36 AM |