Jul 24, 2001 #1 martijn Mechanical Joined Jul 24, 2001 Messages 1 Location NL if got the error "other command active in autocad", how can i avoid this?
Jul 24, 2001 1 #2 tigrek Mechanical Joined Sep 23, 2000 Messages 255 Location TR Send an ESC key maybe? Has the other command been active before VB Sub starts or is it a command send from VB Sub? if the latter, maybe an ENTER is missing somewhere above. Upvote 0 Downvote
Send an ESC key maybe? Has the other command been active before VB Sub starts or is it a command send from VB Sub? if the latter, maybe an ENTER is missing somewhere above.