Hi -
Can someone explain why this code doesn't work possibly?
Sub AddDate()
Dim msg As Outlook.MeetingItem
Dim str As String
str = CStr(Now())
msg.Body = str & vbCrLf
msg.Display
Set msg = Nothing
End Sub
I assigned it to a toolbar button, and want to be able to
automatically add the current date to the body of the meeting
invite...any ideas please? I can do it with a new mail message
easily, but for some reason not with a meeting invite. Thanks,
Steve
Archived from group: microsoft>public>office>developer>outlook>vba