Creating a Document Management System in Word
UserFormDMS.dot File Specifics
As mentioned before, this file consists of a UserForm (UserFormDMS) and the necessary code
behind the "OKAY" and "Cancel" buttons to access the various templates. This file also
consists of a toolbar
and a code module (DMSMaster) with one macro used to open the Section Screen. The code reads:
Sub OpenDMSForms()
Load UserFormDMS
UserFormDMS.Show
End Sub
The code basically "loads" the userform into memory then "shows" it. If you recall, the
code to open a specific form "unloads" the userform so it is no longer visible. If you need to
open another template, click the button again and select another form.
Download the White Paper (Opens PDF version of WhitePaper in new window)
|