S
sketchturner
Hi Everyone
I can't get the On Key command to work. I have tried many forms. One of them is:
script myscript
display dialog "bla"
end script
tell application "Microsoft Excel"
on key key "+" procedure "myscript"
end tell
I keep getting an error "Microsoft Excel got an error: Can't continue on key".
If you could please point what i am missing, i'll be very grateful.
Regards.
I can't get the On Key command to work. I have tried many forms. One of them is:
script myscript
display dialog "bla"
end script
tell application "Microsoft Excel"
on key key "+" procedure "myscript"
end tell
I keep getting an error "Microsoft Excel got an error: Can't continue on key".
If you could please point what i am missing, i'll be very grateful.
Regards.