I am doing the following.
- opening a word document that automatically runs a form
- users enter some standard information to a number of documents
- user selects the first document and this opens as a word document with a table taking the details entered in the userform. The user then completes the rest of the form and click the button that saves the form, emails it to the relevant person and closes it.
The orignal word userform document is then activated, but I want to show the userform again with the details that the user entered so that they can select the next document to update, with the details they have already entered.
I use the command
form.show in the document_new macro to run the form in the first place.
Any help greatly received.
Thansk