Hi,
I'm looking for a solution for delete all items starts by "R" in Views of Organizer in Ms project.
My Code :
The error is : Run Time Error 1101. Wrong name![]()
For Each nom In ActiveProject.TaskViewList If Left(nom, 1) = "R" Then OrganizerDeleteItem Type:=pjViews, FileName:="Global.MPT", Name:=nom End If Next nom
Someone can help me![]()
Bookmarks