Emanuel Sotelo wrote:
#word part
wordapp = Dispatch("Word.Application")
wordapp.Visible = 1
worddoc = wordapp.Documents.Add()
rango = worddoc.Range(0,0)
rango.InsertBefore('hi we are goin to bring the data from excel and have
it print in word')
worddoc.SaveAs(MYDIR+ '\\wordexcel.doc')
rango.Ins
hello, well this time i have to do someting more easier from python i create a
excel document were a
wrote a message, a number, and a have this number multiply by another with a
formula. the a save de
excel document.
next in the same programa a create a word doucument were a also wrote a
mes