Create a macro to change Task:Due Date

L

Lynn

Hello.
Where do I begin to create a macro to change the Task Due Date?
Thanks,
Lynn.
 
M

Michael Bauer

Hi Lynn,

you can start with the ActiveExplorer.Selection.Item(1) whitch returns a
reference on the first selected item in the active folder, or with the
ActiveInspector.CurrentItem, which returns the reference on a current
opened item.
 
Top