View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Recognize ALT key Pressed

I have a flowchart made up of autoshapes in XL. I have assigned OnAction
events to each shape. The user can progress thru the flowchart by clicking on
the shapes. I only want to allow the user to backup if the ALT key is held
down while clicking on a previously selected shape.

How can I recognize when the ALT key is pressed via code ?