DocVariables

C

Carlos

Hi, how do I modify the value of a DocVariable without using Visual Basic?
Suppose I've got a DocVariable named "Name" and its value is "Carlos". How do
I change the value of the variable to "Alejandro" directly from the document
interface.
 
J

Jay Freedman

Hi, how do I modify the value of a DocVariable without using Visual Basic?
Suppose I've got a DocVariable named "Name" and its value is "Carlos". How do
I change the value of the variable to "Alejandro" directly from the document
interface.

Sorry, there is no way to do that. You must use VBA.

If you're designing a template and you want something similar that can be
changed in the user interface, then use custom document properties instead.
 
Top