In XLDs first response
[vba]Application.OnKey "^{c}", "doNothing" [/vba]
I assumed ^{c} was the code for the ctrl key and not Ctrl + C and just disabling the Ctrl key would also disable ctrl and any other key aswell
I know have learned that just the ^ indicates the ctrl key