C
Chuck B.
I have a word template that upon opening initailizes a
form (frmTest) for finding and replacing all instances of
specified string. It also opens a text file in the same
directory "C:\Text\Text.txt", for performing the find &
replace functionality. I am trying to populate a text
box on the frmTest with a numberic value from an excel
spreadsheet (Counter.xls) in the same directory. This is
the replacing value. The spreadsheet is used for
incrementing the value everytime the replace coding is
initialized. Any suggestions on this would be greatly
appreciated.
Thanks,
Chuck
form (frmTest) for finding and replacing all instances of
specified string. It also opens a text file in the same
directory "C:\Text\Text.txt", for performing the find &
replace functionality. I am trying to populate a text
box on the frmTest with a numberic value from an excel
spreadsheet (Counter.xls) in the same directory. This is
the replacing value. The spreadsheet is used for
incrementing the value everytime the replace coding is
initialized. Any suggestions on this would be greatly
appreciated.
Thanks,
Chuck