Is there a way in VBA, or even lisp for that matter, that I can cancel a command? I was thinking like on the BeginCommand event in VBA, where I could test if it was a certain command and then cancel it if it was, to keep the user from using it. Is this possible?