L
Lee
I have templates which are saved in a Information System
(Document management) and when new users enter a
particular number in the Info System, a .doc version of
the template is produced. The userform and everything
works apart from the Userform won't automatically show
when the version is created. You have to manually run the
Userform. Does anyone have a suggestion to make this
userform run automatically when a version is created?
Current code to show userform is:
Sub Autonew()
FrmOutwardLetter.Show
End Sub
As I said before, if you manually run this code, the form
shows but it won't automatically run when a new doc
version is created...
Thanks
lee
(Document management) and when new users enter a
particular number in the Info System, a .doc version of
the template is produced. The userform and everything
works apart from the Userform won't automatically show
when the version is created. You have to manually run the
Userform. Does anyone have a suggestion to make this
userform run automatically when a version is created?
Current code to show userform is:
Sub Autonew()
FrmOutwardLetter.Show
End Sub
As I said before, if you manually run this code, the form
shows but it won't automatically run when a new doc
version is created...
Thanks
lee