I want to catch an event at the exit of a SW session, I can't get it to work Ok in SolidWorks Objects/ThisLibrary there is a Workspace_Exit event. so I added this code to check it out Private Function Workspace_Exit() As Boolean MsgBox "You are exiting SolidWorks" End Function Nothing I presume that I need to set the workspace object but to what I also checked into using Public WithEvents swApp as Sldworks.Sldworks but there is no exit event just open and close of documents. Does anyone have any insight, thank you Corey Scheich