Thread: Excel Queries
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel Queries

You can use the OnKey command to disable Ctrl X. (See Excel VBA help) for
a single sheet you could use the worksheet activate and deactivate events.

http://www.cpearson.com/excel/events.htm for information on events (if not
familiar)

--
Regards,
Tom Ogilvy


"Amar" wrote in message
...
Hi,
Thanks for reading my posting. Is there a way to disable <ctrlX in
excel(cut functionality). Can this be acheived for a specific sheet.

Please
help in resolving this issue.
Thanks,

Amar