I am coming from VBA, and my understanding of COM internals is very weak.
2 questions:
1) What do I replace IWhatever with, and how do I find that out? (The
argument is supposed to be of type VBProject)
2) How do I get an instance of IWhatever?
Many thanks.
Zev Spitz
Andrew MacIntyre wrote
It's the Fields collection (with an uppercase F), not the fields
collection.
Python is case-sensitive.
On 9/2/2010 5:38 PM, python-win32-requ...@python.org wrote:
Send python-win32 mailing list submissions to
python-win32@python.org
To subscribe or unsubscribe via the World Wide Web,
ak(win32.constants.wdSectionBreakNextPage)
#Apply two columns to the first section
doc.Sections(1).PageSetup.TextColumns.SetCount(2)
Hope this helps,
Zev Spitz
On 7/10/2011 1:00 PM, python-win32-requ...@python.org wrote:
Send python-win32 mailing list submissions to
python-win32@python
later installed, then you need the
download at the link you provided. Otherwise, you have no need for
it.
Zev Spitz
On 8/23/2012 1:00 PM,
python-win32-requ...@python.org wrote:
Send python-win32 mailing list submissions to
python-win32@python.org
That connection string works if you're using the pyodbc library, which
uses ODBC under the hood.
The questioner is using win32com to get at the ADODB.Connection object,
which uses a different connection string format.
Zev Spitz
On 8/23/2012 4:38 PM, Ahmed, Shakir wrote:
You can try