I have created a form that opens with the document - it has sections for name and address. You use the tab button to move through the boxes and click OK to enter the data into the document.
It has a clear button to empty the data boxes, and a cancel button to enable the user to alter manually if they wish!
To make something like this all work, you add bookmarks to where you want the text boxes to enter the data (you can add in as many added boxes and bookmarks as you like), then tell the form to enter the data at the bookmark location/s of your choice!
If you need any help understanding the VBA script, then just add your questions to this thread so that others can see them!
|