P
Peter
I am writing a function that returns a text string based on certain input.
The macro calling the function will insert the string into a table cell. In
some cases, I would like the string to contain a field so that when the
document is updated, the actual string will take on the value of the field in
that document.
Is there a way to do this? The only way I can find involves using the Add
method but this works on a document range object.
If anyone can help I would greatly appreciate it.
The macro calling the function will insert the string into a table cell. In
some cases, I would like the string to contain a field so that when the
document is updated, the actual string will take on the value of the field in
that document.
Is there a way to do this? The only way I can find involves using the Add
method but this works on a document range object.
If anyone can help I would greatly appreciate it.