How to reference the selected item from Table view

D

devlei

My Calendar folder has its appointments listed in Table view sorted by
Start date. I need a macro that will create a new appointment item
that is based on the current selected (but not opened) item, but with
UserDefinedField1 and UserDefinedField2 exchanging values,
UserDefinedField3 getting a new value, and StartDate being set to
today's date.

I want to be able to do this without opening the current selected item,
but can't figure how to refer to this currently selected item in Table
view.
 
S

Sue Mosher [MVP-Outlook]

The currently selected items (note: a collection) are in
Application.ActiveExplorer.Selection.
 
Top