View Single Post
 
Old 05-31-2012, 06:13 AM
jillapass jillapass is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Dec 2011
Posts: 26
jillapass is on a distinguished road
Default showing a userform after hiding

I am doing the following.
  1. opening a word document that automatically runs a form
  2. users enter some standard information to a number of documents
  3. 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
Reply With Quote