M
Magnus.Moraberg
Hi,
I have a template word document into which I wish to insert
information. At the start of the template, I have -
Name:
And I wish to insert here a persons name via C#, for example -
Name: Barry
To do this, I in fact have the following -
Name: USER_NAME
and I use the Replace function to replace USER_NAME with Barry, or
whoever the file pertains to.
But I'm thinking there is another way of doing this,
Thanks,
Barry.
I have a template word document into which I wish to insert
information. At the start of the template, I have -
Name:
And I wish to insert here a persons name via C#, for example -
Name: Barry
To do this, I in fact have the following -
Name: USER_NAME
and I use the Replace function to replace USER_NAME with Barry, or
whoever the file pertains to.
But I'm thinking there is another way of doing this,
Thanks,
Barry.