Display only tasks with no sub tasks

P

Peter Rooney

Good afternoon.

Can anyone advise me as to how to accomplish this in VBA, please?

Thanks in advance

Pete

P.S. Quiet in here today, isn't it?
 
J

Jan De Messemaeker

Hi Peter,

Do you actually want to create the filter in VBA?

Filteredit name:="Not_Summary", _
TaskFilter:=True, _
FieldName:="Summary", _
Test:="equals", _
Value:=False

'(There are more parameters which you can look up)

Filterapply "Not_Summary"

HTH
 
P

Peter Rooney

Jan,

I'm keeping you busy today, aren't I?
I was going to ask if there was a quick non-VBA way to accomplish it, too..!

Thanks for this

Pete
 
P

Peter Rooney

Jan,
Sorry to be dense, but I can't get this to work, and I can't do it in
Project either!
Any assistance more than welcome, but finishing for the weekend at 16:30, so
if I don't reply to any response you post, I'm not being rude!

Regards

Pete
 
J

Jan De Messemaeker

Hi Peter
Project
Filtered For...
New
Name the filter
Summary equals No
Cross out "show summary tasks" (obviously :))
There's your filter
HTH
 

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

Top