Hi Guys,

I am new to Python Win 32. COuld some one send me some
py code to open and process word documents.

I am trying to talk to work by doing...

wordApp = win32com.client.Dispatch("word.Application")
wordApp.visible = 1
wordApp.CommandBars.FindControl(Id=23).Execute

and it doesnt seem to work.

Thanks,
Ryan


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to