Chris, thanks for the response. Perhaps I neglected to mention that the Date and Time of the meeting requests are different. We have about 100 recipients and they all are schedule at different times. Is there a way to pull that information from an excel file through this macro? Please advise.
Main Topics
Browse All Topics





by: chris_bottomleyPosted on 2009-09-18 at 05:34:02ID: 25365206
Hello dance1bb,
eoneelse@s omewhere.d om;fred@so mewhere.do m; fred@doris.com"' etc
The same code should be fine ...
Assuming your group seperator is ; then replace:
.RequiredAttendees = "someone@somewhere.dom"
with
.RequiredAttendees = "someone@somewhere.dom;som
Regards,
chris_bottomley