Disable ALT+F11

  • Thread starter Thread starter LiAD
  • Start date Start date
L

LiAD

Hi,

Is it possible to put a code in or change any options to disable the user
from using the ALT + F11 short sut to access VB?

I have disabled all the other menu's etc but I just realised this one could
cause some damage if it gets found. I am trying to get an excel sheet that
can only be used for inputting data.

Thanks
LiAD
 
In xl2003 you can secure your code by opening the VBE, click Tools>
VBAProjectProperties>Protection and entering a password to lock the project.
Even if the user opens the VBE, they cannot access or change the code for the
project.
 
Thanks for the extra tip

Works well

JLGWhiz said:
In xl2003 you can secure your code by opening the VBE, click Tools>
VBAProjectProperties>Protection and entering a password to lock the project.
Even if the user opens the VBE, they cannot access or change the code for the
project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Alt codes 4
SendKeys "%{F11}", True 9
F11 Crashes Excel 2
Delete sheet code 1
prevent users from adding sheets / charts 6
Protect Code 4
Disable Right Clicking of Excel logo on Standard menu Bar 15
Disable Alt+F11 3

Back
Top