[python-win32] MS Word and Python - how to disable SaveAs event?

2007-12-14 Thread Wojtek P
Hello! I try use Microsoft Word and OpenOffice with Python - and i have some problems. How to disable Save As in word from python code, or how to cancel this function when user use it? This code below doesn't work :/ wxPython 2.8.4.2 Python 2.4.4 from win32com.client import

Re: [python-win32] MS Word and Python - how to disable SaveAs event?

2007-12-14 Thread Tim Roberts
Wojtek P wrote: I try use Microsoft Word and OpenOffice with Python - and i have some problems. How to disable Save As in word from python code, or how to cancel this function when user use it? This code below doesn't work :/ You can't. This is not a Python issue. Word simply does expose

[python-win32] MS Word

2006-10-03 Thread Michael S
Good day all. Does anyone have experience in appending multiple word file into one big file? I have a directory full of word files and I want to make one file out of all of them. I tried to google it, in order at least to see it how it's done in VBA, but haven't found any good examples. Michael

Re: [python-win32] MS Word

2006-10-03 Thread Gabriel Genellina
At Tuesday 3/10/2006 12:33, Michael S wrote: Does anyone have experience in appending multiple word file into one big file? I have a directory full of word files and I want to make one file out of all of them. I tried to google it, in order at least to see it how it's done in VBA, but haven't

Re: [python-win32] MS Word

2006-10-03 Thread Metz, Bobby W, WWCS
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael S Sent: Tuesday, October 03, 2006 8:33 AM To: python-win32@python.org Subject: [python-win32] MS Word Good day all. Does anyone have experience in appending multiple word file into one big file? I have a directory full of word