Python COM -- What is the name of the file?

Jeff Shannon jeff at ccvcorp.com
Wed Feb 27 18:26:48 EST 2002


gbreed at cix.compulink.co.uk wrote:

> Mike Brenner wrote:
>
> > (And, of course, hopefully the same technique will work in Microsoft
> > Project, etc.)
>
> I think "Workbooks" is Excel specific.

But there's likely a similar set of properties for whatever Project uses to
represent a document, possibly with the same name.

Once again, you need to read the Visual Basic reference for the application
in question.  It should document the object model exposed to any scripting
language.  You just need to translate VB calls to Python -- usually a fairly
simple procedure.

Jeff Shannon
Technician/Programmer
Credit International





More information about the Python-list mailing list