automating excel with python ... getting excel to go away

Mark Hammond MarkH at ActiveState.com
Thu Dec 28 19:51:47 EST 2000


Scott Hathaway wrote:

>  myExcel.Quit

Quit is a method - try:

myExcel.Quit()

Mark.




More information about the Python-list mailing list