Thread: Disable PrtScr
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Disable PrtScr

I suspect you will need a system wide keyboard hook, as this is Windows
functionality and has no connection to Excel
http://vbnet.mvps.org/code/hooks/setwindowshookex.htm

NickHK

"Francis Ang" wrote in message
...
Can the PrtScr be disabled using VBA code? Thanks.