Hello again all,
I'm having some trouble with a macro I've been writing to populate a template letter with user selected articles formatted and stored in another document.

I have the Userform set up and it runs pretty well, it opens an instance of word, copies the proper text and pastes it into the letter and the users comments and closed the articles document when finished, leaving the letter to be saved by the user.

the problem is I'm having difficulty with the preformatted list items copy and pasting properly.

I want the general structure of the document to be as follows

1). Article1 info

Observations
User input text from related userform textbox

Actions
User input text from related userform textbox

2). Article2 info

Observations
User input text from related userform textbox

Actions
User input text from related userform textbox

3). Article3 info

Observations
User input text from related userform textbox

Actions
User input text from related userform textbox

etc

However, when I run the macro I get this output

1). Article1 info (numbered list item)

Observations
User input text from related userform textbox

Actions
User input text from related userform textbox

Article2 info (no numbered list item)

Observations
User input text from related userform textbox

Actions
User input text from related userform textbox

the numbering stops

I was wondering if anyone could point me in the right direction in this or come across this problem before?
Any help would be appreciated.

The code I have is as follows;

Please Login or Register  to view this content.
Thanks in advance for any help or tips.
Cheers
K