Python COM -- What is the name of the file?
Jeff Shannon
jeff at ccvcorp.com
Wed Feb 27 18:26:48 EST 2002
More information about the Python-list mailing list
Wed Feb 27 18:26:48 EST 2002
- Previous message (by thread): Python COM -- What is the name of the file?
- Next message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Feb 26)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python COM -- What is the name of the file?
- Next message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Feb 26)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list