G Guest Feb 4, 2005 #2 you could use the OnKey method eg. application.OnKey "^{a}", "yoursub" will assign the key shortcut crtl+a to the sub "yoursub"
you could use the OnKey method eg. application.OnKey "^{a}", "yoursub" will assign the key shortcut crtl+a to the sub "yoursub"
J Job Feb 4, 2005 #3 Thanks Ben! ben said: you could use the OnKey method eg. application.OnKey "^{a}", "yoursub" will assign the key shortcut crtl+a to the sub "yoursub" Click to expand...
Thanks Ben! ben said: you could use the OnKey method eg. application.OnKey "^{a}", "yoursub" will assign the key shortcut crtl+a to the sub "yoursub" Click to expand...