F
fred kruger
Hi helen
as long as you know the name of the formfield setting the
text to "" is easy just use the following
ActiveDocument.FormFields("div").Result = ""
where div is the name of the formfield.
to check each one you would have to put a loop in so that
each formfield is checked for entry etc.
This procedure you could enter once in a globally loaded
template but you will still have to open each of your
1000 templates and reference them to the globall template
and then call the formfield procedure.
Hope this is some use to you.
Fred
as long as you know the name of the formfield setting the
text to "" is easy just use the following
ActiveDocument.FormFields("div").Result = ""
where div is the name of the formfield.
to check each one you would have to put a loop in so that
each formfield is checked for entry etc.
This procedure you could enter once in a globally loaded
template but you will still have to open each of your
1000 templates and reference them to the globall template
and then call the formfield procedure.
Hope this is some use to you.
Fred