Hi!

I'm trying to make a makro that would copy certain text from a UserForm in excel.
The word document is a tamplate with enabled macros.
I've gotten this far:

Please Login or Register  to view this content.
This basicly opens a new word document with my template.
And pasts some info from an active sheet in excel to the word doc.

So I guess my question is how can I determen where to copy (in which row in the word doc.) the selected data.
And when thats done I need the data from the UserForm to be copyed.
Like this:
txtNarocilnica goes in to the first row in the middle column of the table.
txtDobavitelj goes to the second row in the left column of the table.
txtNaslov goes to the third row in the left coumn of the table.
And the table copyed and paste to the word doc. is paste ok (the style and txt is great) I just want it to be copyed in Row 17 of the document insted of Row 1.

Left is 1st column middle is 2nd column and right is 3rd column.

Can anyone please point me in the right direction?
Thank you

---------- Post added at 09:37 AM ---------- Previous post was at 06:51 AM ----------

Ok so a small update
I figured out how to copy from a UserForm from excel to table cells in word.
Works great.
Please Login or Register  to view this content.
But now my problem is to copy selected text from excel to Row 17 in the same word document.
I've read something about paragraphs (google) but I don't know how to use it or how to do this
This code:
Please Login or Register  to view this content.
Simply pastes the selected/copyed text from excel to row/line 1 on the word document. I want it to paste it to to the 17th row/line on the document
Any idias?

---------- Post added at 09:46 AM ---------- Previous post was at 09:37 AM ----------

I've even fixed that with this code:
Please Login or Register  to view this content.