[python-win32] filling in field in a Word doc?

2011-07-13 Thread Bill Allen
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 ___

Re: [python-win32] filling in field in a Word doc?

2011-07-13 Thread Bill Allen
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

Re: [python-win32] filling in field in a Word doc?

2011-07-13 Thread Bill Allen
. 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

Re: [python-win32] Good Book

2011-07-25 Thread Bill Allen
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