Code Red > VB(A)

VBA abort current command

(1/1)

Ron Heigh:
If I add a reactor in the VBA environment to monitor doubleclick, can I tell it to abort the current doubleclick?  I hope that makes sense.

I want to kill what the user is trying to do internally and have it do what I want.  It doesn't mean only doubleclick, any command I want to have control over!

Keith™:
Hmm.... on commands you might be able to intercept the command with the begin_command reactor and then send ^C^C to the command line with SendCommand but I am not sure if it would work, since the VBA command is active.

Navigation

[0] Message Index

Go to full version