Hi Pankaj,
Please Can u tell me how to set CustomProperties to a New Document??
If Anybody Knows please reply me its urgent
Depends on the programming language you're using, which you
unfortunately don't mention. Basic VBA syntax:
Set prop = Doc.CustomDocumentProperties.Add( _
Name:="NameOfProp", _
LinkToContent:=false, _
Type:=msoPropertyTypeString, _
Value:="Value of property", _
LinkSource:=false
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail