Using win32com, I have two workbooks open.
- How do you know which one is active?
- How do you change which one is active?
- How can you close one and not the other? (not Application.Quit())
|
feedback
|
|
What is your larger goal here? Automate already open excel windows or simply write XLS files? If it's the latter you should use consider using xlwt.
| |||
|
feedback
|