M
Mark
Example vba code:
OrganizerMoveItem Type:=9, FileName:="MSPOrganise.mpp",
ToFileName:="Global.MPT", Name:="MyCost (Cost)"
The problem here is, if someone else wants to use the above code they will
need to change the word Cost to their own language. Is there anyway to get
around this to specify the internal name of the field which is
pjCustomTaskCost1?
Mark
OrganizerMoveItem Type:=9, FileName:="MSPOrganise.mpp",
ToFileName:="Global.MPT", Name:="MyCost (Cost)"
The problem here is, if someone else wants to use the above code they will
need to change the word Cost to their own language. Is there anyway to get
around this to specify the internal name of the field which is
pjCustomTaskCost1?
Mark