AP04,
Yes, how many questions you want the user to answer? If it is only a few you could create a VBA macro that has multiple InputBox statements. However, if there are a lot of questions, I would write the macro and include a UserForm so the user could answer
all questions at one time.
A series of filters won't help because filters can't modify a plan (i.e. delete select tasks), it can only alter the display to show selected tasks but all tasks will still be in the plan.
Hope this helps.
John