Microsoft project management software used to plan, manage, and communicate a project schedule and other information among workgroup members, project managers, and other stakeholders.
YannJP,
Trevor is correct, the "tasks starting soon" filter doesn't exist in Project 2010 but was added with the release of Project 2013.
You basically have 3 choices to get what you want.
- Use Dale's suggestion
- Create a custom date field with the following formula and then create your own custom filter using that field.
date1=[Current Date]+(switch(Weekday([Current Date])=1,8,weekday([Current Date])=2,7,weekday([Current Date])=3,6,weekday([Current Date])=4,5,weekday([Current Date])=5,4,weekday([Current Date])=6,3,weekday([Current Date])=7,2))
- Use VBA
John