Sending CANCEL command from VBA
Posted: Thu Nov 01, 2012 9:36 am
I'm looking for a way to send the cancel command to IntelliCAD from VBA. I tried using
with vbkeyescape and chr(27) as arguments, but IntelliCAD does not recognize their commands. I'm looking at trying to use something like vba.interaction.sendkeys, but not having much luck with that either.
Any ideas?
Code: Select all
thisworkspace.application.runcommand()
Any ideas?