bigfish,
The question is, does this evil filter reside in your Global or it is
resident in just one file. If it is in the Global, you will need to
re-build your Global. Before doing that however, save all your custom
views, tables, filters (not the evil one of course), etc. to a separate
project file. Creating a new blank file for this is a convenient method.
Then you need to find your active Global, and here's a quick way to do
that.
1. Go to Tools/Macro/Visual Basic Editor
2. Once the VB Editor opens, go to View/Immediate Window
3. Type the following in the Immediate WIndow
Print Application.GlobalViews.Parent.Path
4. Write down the path for reference
5. Exit Project
Note: If you get an error message about macros being disabled, you will
need to close the VB Editor and go back to Tools/Macro/Security. Set the
level for "Medium" and repeat the above steps. If that doesn't work,
exit Project entirely and then re-open it to set the security level.
Navigate to the path to find your active Global and delete it. Don't
worry, Project will automatically generate a new clean default Global
when you open Project. Once Project is open, use the Organizer and the
special file you created above to restore your custom settings.
If the evil filter resides in a file, go to our MVP website at:
http://www.mvps.org/project/faqs.htm, and take a look at FAQ 43 -
Handling Project FIle corruption and/or bloat, method 4.
Hope this helps.
John
Project MVP