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
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
;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
workbook.Close()
xlApp.Quit()
del activesheet
except KeyboardInterrupt:
print 'Error: '
xlApp.Visible = 0
xlApp = None
del xlApp
del workbook
pythoncom.CoUninitialize()
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
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
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