A
Andrew
I am having problems assigning the value of document
variables to a text box in VBA. It seams that the active
document index for a document variable changes every time
I create a document variable. For example, when I start
creating variables the first one is usually indexed as 1
then the next would be 2 and then I find that it jumps a
few, then when I create a few more variables the active
document index goes wild and I am unable to access the
variables.
The question: How do I find out what active document
variable index number each of the document variables is
at and is there another way of getting the value of the
document variables in VBA.
Before the document variable idea, I was using the
includeText field to map to external files. The problem
with the includeText field feature is that it is not
portable. What I would like to do is make the path
changeable in VBA.
If anyone can help, it would be appreciated.
Thanks in advance.
variables to a text box in VBA. It seams that the active
document index for a document variable changes every time
I create a document variable. For example, when I start
creating variables the first one is usually indexed as 1
then the next would be 2 and then I find that it jumps a
few, then when I create a few more variables the active
document index goes wild and I am unable to access the
variables.
The question: How do I find out what active document
variable index number each of the document variables is
at and is there another way of getting the value of the
document variables in VBA.
Before the document variable idea, I was using the
includeText field to map to external files. The problem
with the includeText field feature is that it is not
portable. What I would like to do is make the path
changeable in VBA.
If anyone can help, it would be appreciated.
Thanks in advance.