Re: Trouble with win32com and MS Project
Felix Collins wrote: > Hi, > > I'm trying to assign a resource to a task in MS Project by using the > example from MSDN for VB... > > > "Use the Add method to add an Assignment object to the Assignments > collection. The following example adds a resource identified by the > number of 212 as a
Re: Trouble with win32com and MS Project
Hi ! The parameter (ResourceID=2) is problematic Try : proj.Tasks(3).Assignments.Add(2) @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list