K
Ken
Hi,
I have a VB program that extracts data from a word
document. Most of the data are in tables, so it is
relatively easy to get to. However, I have four values
that fall outside of the table. For example:
Table1 Here
$variable1$
Table2 Here
Here's a sentence: $variable2$
The $ signs delimit where some proprietary software pulls
data into the word document. I believe though that the
variables should always be in the same location. What
would be a good way of pulling those variables into my
program?
Thanks.
I have a VB program that extracts data from a word
document. Most of the data are in tables, so it is
relatively easy to get to. However, I have four values
that fall outside of the table. For example:
Table1 Here
$variable1$
Table2 Here
Here's a sentence: $variable2$
The $ signs delimit where some proprietary software pulls
data into the word document. I believe though that the
variables should always be in the same location. What
would be a good way of pulling those variables into my
program?
Thanks.