K
Ken
Posted this the other day, then realized I didn't give
quite enough information.
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. When that software is done
with its thing, the $ signs and label in between are gone
and what was in the data stream replaces them. Then the
document is saved off as a .rtf file. I can use vb
easily enough to get what's in the tables. Is there some
way to point it to the value that replaces the $...$
variables?
Thanks.
quite enough information.
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. When that software is done
with its thing, the $ signs and label in between are gone
and what was in the data stream replaces them. Then the
document is saved off as a .rtf file. I can use vb
easily enough to get what's in the tables. Is there some
way to point it to the value that replaces the $...$
variables?
Thanks.