I would appreciate it if somebody could help me find a way to determine if a certain control in Excel is still active.
The following line of code in my application invokes the straight connector:
CommandBars.FindControl(ID:=2640).Execute
The user then adds a straight connector to link 2 shapes (there are many shapes in the worksheet). What code will help me determine if the connector has been drawn (ie the control has run its course so to speak), or that the Esc key was used to terminate the control?
All / any help appreciated!
The following line of code in my application invokes the straight connector:
CommandBars.FindControl(ID:=2640).Execute
The user then adds a straight connector to link 2 shapes (there are many shapes in the worksheet). What code will help me determine if the connector has been drawn (ie the control has run its course so to speak), or that the Esc key was used to terminate the control?
All / any help appreciated!