Sinister said:
I am trying to write some code that will disable the filter menu item and I
was wondering if anyone knew if this property will do that.
Thanks,
Patrick
Patrick,
Since this is a question about programming, it should be posted to our
sister newsgroup, microsoft.public.project.developer. However, using
normal VBA, there is no such property or method. It might be possible
with an API or with separate Visual Basic code but I have no idea how it
could be done.
To satisfy my curiosity, why do you want to disable a menu item? If you
are trying to keep users from using it, I suggest your best, and perhaps
only, approach is training.
John
Project MVP