Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BuildKeyCode missing from Project 2000

Status
Not open for further replies.

Ogi

Technical User
Nov 9, 2001
896
GB
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top