G Guest Feb 2, 2005 #1 Hello. Where do I begin to create a macro to change the Task Due Date? Thanks, Lynn.
M Michael Bauer Feb 2, 2005 #2 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.
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.