Does anyone know how to use a running instance of an MS App via VB code? For ex., I can set an object to Excel.Application, but it creates a new instance of Excel. I would like to check for an active instance (via Detect MS App code - thanks!) and then set the Xlobj to the already open instance of Excel. Thanks for the help.