disable key combination

J

jatman

i have a tempalte, that works but has one flaw. users can use the ctrl c or
ctrl x to copy or cut from one cell to another. when this happens, the
formatting that is used to reference the cell formulaes is lost.

is it possible to disable the key combinaiton CTRL + C or CTRL + V on a
template?

thank you,

jat
 
L

loudfish

i have a tempalte, that works but has one flaw. users can use the ctrl c or
ctrl x to copy or cut from one cell to another. when this happens, the
formatting that is used to reference the cell formulaes is lost.

is it possible to disable the key combinaiton CTRL + C or CTRL + V on a
template?

thank you,

jat

Options:

1. Educate your users.

2. Write an empty macro, then assign the keyboard shortcut that is
troubling you to that macro. It should disable the default behaviour.
This will not stop users copying and pasting using the menus, and is
an inferior solution to option 1.

HTH

Andrew
 
J

jatman

i like option #2. i had to laugh at that one because i can use msgbox to
educate them and get a laugh out of it also.

thanx for reminding me that i can assign macros to CTRL + ...

jat
 

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

Top