Using win32com, you can get a new instance of excel with a command line: app=win32com.client.Dispatch('Excel.Application') But if Excel is already running, is there a way to get a pointer to the running instance of Excel? Joel Gould