W
woody
i have a prototype document, it has placeholders in teh
format of <<DATANAME>>. what i currently doing is i set
teh current page as teh range and then do multiple search
and replaces against the range until i have exhausted all
placeholder names.
what i woudl like to do is
set the current page as range,
do a wildcard search for "(<<)[A-Z](>>)",
do a case statement against the found text
do a replace statement replaceing the found text with a
program supplied value
and loop back until i hit the bottom of the page.
i figure that has to be faster than multiple crawls thru
teh same page and i have no idea how to do this.
any help woudl be greatly appreciated.
thanx Woody
format of <<DATANAME>>. what i currently doing is i set
teh current page as teh range and then do multiple search
and replaces against the range until i have exhausted all
placeholder names.
what i woudl like to do is
set the current page as range,
do a wildcard search for "(<<)[A-Z](>>)",
do a case statement against the found text
do a replace statement replaceing the found text with a
program supplied value
and loop back until i hit the bottom of the page.
i figure that has to be faster than multiple crawls thru
teh same page and i have no idea how to do this.
any help woudl be greatly appreciated.
thanx Woody