Create a macro to change Task:Due Date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.
Where do I begin to create a macro to change the Task Due Date?
Thanks,
Lynn.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top