Thread: Disable ALT+F11
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Disable ALT+F11

I am sure they can Barb, you can only divert the determined, not stop them
<g

--
__________________________________
HTH

Bob

"Barb Reinhardt" wrote in message
...
They can still get to the VBE if they really try, I suspect.
"Bob Phillips" wrote:

application.OnKey "%{F11}","dummy"

--
__________________________________
HTH

Bob

"LiAD" wrote in message
...
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