Sorry, failed to explain.
I give each of my content controls a title in the properties.
Is it possible for me to update these using the title rather than the number.
eg
I currently have
field = activedocument.contentcontrols(1).range.text
what I want to do is
field = activedocument.contentcontrols("title").range.text
But, this doesn't work.
Is this possible, and if so what should the syntax be.
Thanks
|