Docvariable

A

Alberto

Can someone give some advice about the use of VARIABLE in
a document ?
Or some link where to find infos.

Thanks
 
J

Jay Freedman

Alberto said:
Can someone give some advice about the use of VARIABLE in
a document ?
Or some link where to find infos.

Thanks

Hi Alberto,

A document variable is a storage location within a document, which is saved
in the disk file along with the rest of the document. The only way to
create, modify, or delete document variables is with macro (VBA)
programming. You can use a DOCVARIABLE field to display the current value of
a document variable in the document's text.

The description of creating and using document variables is in the VBA help
topics about the Variable object and the Variables collection that lists all
the variables in the document. If you don't have the VBA help installed, you
can read the topics on the website:

http://msdn.microsoft.com/library/en-us/vbawd10/html/woobjVariables.asp
http://msdn.microsoft.com/library/en-us/vbawd10/html/woobjVariable.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top