![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#2
|
|||
|
|||
![]() There's no recorder in Outlook. See this example: Private WithEvents Inspectors As Outlook.Inspectors Private Sub Application_Startup() Set Inspectors = Application.Inspectors End Sub Private Sub Inspectors_NewInspector(ByVal Inspector As Inspector) Dim obj As Object Dim Appt As Outlook.AppointmentItem Set obj = Inspector.CurrentItem If TypeOf obj Is Outlook.AppointmentItem Then Set Appt = obj Appt.MeetingStatus = olMeeting Appt.Recipients.Add " End If End Sub -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Mon, 6 Apr 2009 14:18:01 -0700 schrieb bjs73: Looking for the code to automatically assign an addressee when creating a new calendar item. "Record macro" has been my crutch, but Outlook2007 does not seem to have "record" button. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Record a macro | Markus | Outlook and VBA | 1 | April 16th 07 05:48 AM |
how do i record macros in outlook 2002? | wizardvince | Outlook and VBA | 6 | October 20th 06 05:44 AM |
Record | Jaez | Outlook and VBA | 1 | May 21st 06 02:12 AM |
BCM Linked Record | Guy | Outlook and VBA | 4 | May 12th 06 07:17 PM |
Delete Record | Roy T | Outlook - Calandaring | 4 | March 16th 06 02:15 PM |