M
MichaelA
Hello All,
I believe this is the right code for creating a new custom document
property; however I keep getting an error that says that "the named
argument not found". I copied this line straight from the help.
ActiveProject.CustomDocumentProperties.Add Name:="Customer Name",
linkedtocontent:=False, _
Type:=msoPropertyTypeString, Value:="Customer Name"
Anyone have any ideas?
thanks
Michael A.
I believe this is the right code for creating a new custom document
property; however I keep getting an error that says that "the named
argument not found". I copied this line straight from the help.
ActiveProject.CustomDocumentProperties.Add Name:="Customer Name",
linkedtocontent:=False, _
Type:=msoPropertyTypeString, Value:="Customer Name"
Anyone have any ideas?
thanks
Michael A.