tags:

views:

479

answers:

1

I am trying to write a VBA macro in Outlook that will allow me to display a custom UI for entering information on Outlook appointments. I have this working for existing appointments, but I would like to be able to create new appointments by having the user click and drag to select a time range and then trigger the macro. (This works for the built in New Appointment command in Outlook.) I would like to know how to programmatically get at the time range selected so that I can use it when creating the new appointment via macro.

Does anyone know how to access this information from VBA?