I'm trying to figure out how to react to Excel events in an AutoIt script. Here's where I've gotten so far. The COM reference page uses IE as an example: $EventObject=ObjEvent($oIE,"IEEvent_","DWebBrowserEvents") You then have event handler functions beginning with the IEEvent specified in the ObjEvent call like: Func IEEvent_BeforeNavigate($URL, $Flags, $TargetFrameName, $PostData, $Headers, $Cancel) I want to do the same for Excel. According to MSDN (http://msdn.microsoft.com/en-