I have the process for using win32com.client to create and put text into a
Word document. How about filling in fields in an existing Word document?
I am looking for more information on working with MS Word documents using
the Python win32 facilities.
Thanks,
Bill
___
document and fill it with bookmarks, then pretty much do
> this:
>
> document.Bookmarks("my_bookmark").Range.Text = "Hello"
>
> This will put "Hello" wherever you have bookmarked "my_bookmark".
> Works for tables and other items as well.
>
&g
. Is the FormFields() method familiar to the group?
Thanks,
Bill
On Wed, Jul 13, 2011 at 12:56, Tim Roberts wrote:
> Bill Allen wrote:
> > I have the process for using win32com.client to create and put text
> > into a Word document. How about filling in fields in an ex
gn, two editions of this book for
Python and Java:
http://homepage.mac.com/s_lott/books/oodesign.html#book-oodesign
--Bill Allen
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32