Thanks its working
i juse this example.
With ActiveDocument
.Bookmarks("Text1").Range _
.InsertBefore TextBox1
.Bookmarks("Text2").Range _
.InsertBefore TextBox2
End With
But how do i do it if i have a textfield in my document
how can i say that this textfield shall have the value from TextBox1 in my
form
hope yoou can explain it to me
I know how in excel but not in word