Hello, I have a form, created via VBA, which opens as soon as a user opens the word document (2003). As i am new to this method of transfering user input i was wondering how the heck do i transfer the user input from the form to the activedocument, and at certain locations in that document. I have tried creating bookmarks and referencing them (which i can do) but i cant seem to insert user inputted text from the form at this location. I have tried Selection.TypeText cust_name.Text but this just inserts the text wherever the selection is and not at a specified location. Is there a method to use which specifies an exact location and then inserts new text to that location in the active document? I am now pulling my hair out with this so any help will be great. Thanks in advance Karl