A
Associates
Hi,
I have a problem in regards to word template for office 03. I have a
template designed to generate a company letter. Like any normal letter, it
has date, sender, address, regarding, body of the letter, and signature of
the manager. So, when user runs the template, a userform comes up. They can
then fill out all empty textfields which are then placed into the word
document. This works so far. However, my problem here is about the body of
the letter. Since i use {DOCVARIABLE mybodytext} in the word document, all
the texts entered or typed in by user via userform is treated as a variable.
This is something i didn't anticipate or give it a thought when designing
this template. Today, i have one of my colleagues wanting to create a letter
to be sent to his client. (By the way, i use a normal text-box in the
userform that allows user to enter multiple lines) He put in some bullet
points to the text-box in the userform as if it was for a normal report.
After pressing the button "ok", all the DOCVARIABLE-s are replaced with
values from the textboxes and it worked. However, there is a problem with the
bullet points. It didn't look like bullet points at all. The other problem is
with the gap spacing between the previous line and the next line. Obviously,
he couldn't fix them individually with the spacing and bullet points as they
all are one variable.
I must have taken the wrong approach here. I wonder if there are any better
approaches that may help me out. Basically my aim is to create a template so
that any users who want to write letter to their client, can actually use it.
Your help is greatly appreciated
Thank you in advance
I have a problem in regards to word template for office 03. I have a
template designed to generate a company letter. Like any normal letter, it
has date, sender, address, regarding, body of the letter, and signature of
the manager. So, when user runs the template, a userform comes up. They can
then fill out all empty textfields which are then placed into the word
document. This works so far. However, my problem here is about the body of
the letter. Since i use {DOCVARIABLE mybodytext} in the word document, all
the texts entered or typed in by user via userform is treated as a variable.
This is something i didn't anticipate or give it a thought when designing
this template. Today, i have one of my colleagues wanting to create a letter
to be sent to his client. (By the way, i use a normal text-box in the
userform that allows user to enter multiple lines) He put in some bullet
points to the text-box in the userform as if it was for a normal report.
After pressing the button "ok", all the DOCVARIABLE-s are replaced with
values from the textboxes and it worked. However, there is a problem with the
bullet points. It didn't look like bullet points at all. The other problem is
with the gap spacing between the previous line and the next line. Obviously,
he couldn't fix them individually with the spacing and bullet points as they
all are one variable.
I must have taken the wrong approach here. I wonder if there are any better
approaches that may help me out. Basically my aim is to create a template so
that any users who want to write letter to their client, can actually use it.
Your help is greatly appreciated
Thank you in advance