Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-23 Thread The Little Guy
l and error thing for me. FYI: I tried your suggestion and it worked. Now if I can only find the win32com way of finding the last row and column in a sheet, I'd be a happy camper :-) Thanks for the assist Little Guy -Original Message- From: David Robinow [ma

Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python? (Tim Roberts)

2011-08-23 Thread The Little Guy
l> -- Message: 2 Date: Mon, 22 Aug 2011 14:01:51 -0700 From: Tim Roberts To: Python-Win32 List Subject: Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python? Message-ID: <4e52c3bf.8050...@probo.com> Content-Type: text/plai

Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-23 Thread Little Guy
;http://mail.python.org/pipermail/python-win32/attachments/20110822/a315b006/attachment-0001.html> -- Message: 2 Date: Mon, 22 Aug 2011 14:01:51 -0700 From: Tim Roberts To: Python-Win32 List Subject: Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python? Message

[python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-20 Thread The Little Guy
workbook.Close() xlApp.Quit() del activesheet except KeyboardInterrupt: print 'Error: ' xlApp.Visible = 0 xlApp = None del xlApp del workbook pythoncom.CoUninitialize()

Re: [python-win32] Word document with columns and page break. (Little Guy)

2011-07-11 Thread The Little Guy
quot;Re: Contents of python-win32 digest..." Today's Topics: 1. Re: Word document with columns and page break.(Little Guy) (Zev Spitz) -- Message: 1 Date: Mon, 11 Jul 2011 09:52:01 +0300 From: Zev Spit

Re: [python-win32] Word document with columns and page break.

2011-07-09 Thread Little Guy
using python-win32's help system's, search feature and search for insert but did not see any suggestions could up. Anyways, I appretiate the suggestions. Regards, Little Guy - Original Message - From: python-win32-requ...@python.org Sent: 07/08/11 08:34 PM To: python-win32@pyt

[python-win32] Word document with columns and page break.

2011-07-07 Thread Little Guy
using VBA Macro Recorder to produce similar code in VBA but I get stuck when trying to port the code from VBA to Python. This is VBA Code from the Macro: ** Sub Macro1() ' ' Macro1 Macro ' Macro recorded