C
Chip Orange
I'm creating a template for others to use to help them create a rather
complex document. The template currently has a lot of text, with structured
formatting, and many "place holders" where the user is instructed to "click
here to enter ...". They need to much editing control to make this a form.
This "section" of the document that I've constructed is complex, and may be
repeated any number of times within the document.
At first, I was expecting them to copy and paste it as necessary to
construct a new section as needed. This would be awkward for them, and more
so because they may not know they need another one of these sections until
they've constructed the first one, so they wouldn't have the "place holders"
to make it easy for them on the subsequent creations.
My next thought was to record a VBA macro of me creating this complex
section, then tie it to a button that they could press each time they needed
another new "blank" section.
This seems hard to maintain.
Are there other approaches I might take?
thanks.
Chip
complex document. The template currently has a lot of text, with structured
formatting, and many "place holders" where the user is instructed to "click
here to enter ...". They need to much editing control to make this a form.
This "section" of the document that I've constructed is complex, and may be
repeated any number of times within the document.
At first, I was expecting them to copy and paste it as necessary to
construct a new section as needed. This would be awkward for them, and more
so because they may not know they need another one of these sections until
they've constructed the first one, so they wouldn't have the "place holders"
to make it easy for them on the subsequent creations.
My next thought was to record a VBA macro of me creating this complex
section, then tie it to a button that they could press each time they needed
another new "blank" section.
This seems hard to maintain.
Are there other approaches I might take?
thanks.
Chip