I
ilLegalBeagle
Ladies and gentlemen,
I am not a programmer... Having said that, I am hoping my question will
elicit some response that would steer me in the right direction, and I will
go read up on whatever basic programming information I need to master to
handle this task...
Here's the scenario...
I have a set of five documents (legal pleadings) that are used repeatedly.
There are certain finite items that change in the pleadings, but they
otherwise stay the same throughout. So, for example, I get a request to set
up a conservatorship for someone. The petition is structured in a very
organized way. I want to be able to create a .dot or other similar creature
that will allow me to automate the text edits throughout the form. So, for
the patient's name, where it appears 18 times throughout the document, I
would like some simple way to input that name ONCE, and the form would
populate that field in the remainder of the form. Likewise, there are a few
other items that could be automated in the form.
FILLIN lets you do this one field at a time, but when I began researching
how to populate multiple instances of the same field, I started running into
VBA programming discussions and online forms.
Is there a simple way to get the user-friendly prompts of the FILLIN
function and have it do multiple field population?
I am not a programmer... Having said that, I am hoping my question will
elicit some response that would steer me in the right direction, and I will
go read up on whatever basic programming information I need to master to
handle this task...
Here's the scenario...
I have a set of five documents (legal pleadings) that are used repeatedly.
There are certain finite items that change in the pleadings, but they
otherwise stay the same throughout. So, for example, I get a request to set
up a conservatorship for someone. The petition is structured in a very
organized way. I want to be able to create a .dot or other similar creature
that will allow me to automate the text edits throughout the form. So, for
the patient's name, where it appears 18 times throughout the document, I
would like some simple way to input that name ONCE, and the form would
populate that field in the remainder of the form. Likewise, there are a few
other items that could be automated in the form.
FILLIN lets you do this one field at a time, but when I began researching
how to populate multiple instances of the same field, I started running into
VBA programming discussions and online forms.
Is there a simple way to get the user-friendly prompts of the FILLIN
function and have it do multiple field population?