Hi,
Can anyone help me in locking this option from users?
I've tried the Project9.Adm file but this fails to do this!
I've also done:-
CommandBars("Tools"
.Controls(10).Enabled = False
Which locks the menu down but I can't stop the Alt+F8 or Alt+F11.
Also, if I try :-
CustomizationContext = NormalTemplate
FindKey(BuildKeyCode(wdKeyF11, wdKeyALt)).Disable
Fails, because Project VBA doesn't support the Word VBA method "BuildKeyCode"
Anyone got any ideas?
Thanks for any and all help in advance!
Cheers,
Carl.
Can anyone help me in locking this option from users?
I've tried the Project9.Adm file but this fails to do this!
I've also done:-
CommandBars("Tools"
Which locks the menu down but I can't stop the Alt+F8 or Alt+F11.
Also, if I try :-
CustomizationContext = NormalTemplate
FindKey(BuildKeyCode(wdKeyF11, wdKeyALt)).Disable
Fails, because Project VBA doesn't support the Word VBA method "BuildKeyCode"
Anyone got any ideas?
Thanks for any and all help in advance!
Cheers,
Carl.