Override built-in commands
Yeah, I guess, you have to basically remove the edit copy and edit undo
commands from the applicable toolbars, and insert what you want, but there
are still the shortcut keys to worry about... As for overriding without
designing your own actions? Hmm... Anyone else?
What I described above is working with the CommandBars object.
"sos00" wrote:
Hi guys,
is there any way to override excell built-in commands by using vba ?
i could override Word commands by creating a procedure with the name of
original word command... but i can't do that in excell..
(i.e override edit-copy command or edit-undo command)
Thanx
|