I am trying to write a VBA macro in Outlook that will allow me to display a user interface for entering information about Outlook meetings. I have work for existing appointments, but I would like to be able to create new appointments by clicking and dragging a user to select a time range, and then run the macro. (This works for the New Appointment built-in command in Outlook.) I would like to know how to programmatically get the selected time range so that I can use it when creating a new destination through a macro.
Does anyone know how to access this information from VBA?
source
share