firing an event when pasting a task – possible?

Home Forums firing an event when pasting a task – possible?

Tagged: , ,

Viewing 1 reply thread
  • Author
    Posts
    • #10178

      I would like to write some VBA code which fires when a task is pasted. The reason is that users quite often create new tasks by copying existing ones, forgetting that these already contain values, e.g. baselines, notes, etc.

      The code should fire when a task is pasted and prompt the user if they want to remove the “hidden” information from the tasks.

      This means that the code should fire:

      –          when a user has copied one or several tasks from the actual or a different schedule, and pastes them into the actual schedule

      It should however not fire when:

      –          a new empty line is created

      –          a task is just moved (drag and drop or cut and paste)

    • #10180

      when you paste a whole task, the new task event is fired, so use that.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.