M
MJV
I’ve created many templates for staff to use. The data is entered int
Word documents via a user form in a template project.
Here’s the code in the OK command button:
Private Sub cbOK_Click()
Unload UserForm1
UserForm1.Hide
End Sub
If I attempt to edit one the templates while a user is in their ne
document, I can only open a copy. Sometimes I get the message: “thi
file is in use by another application or user.” How do I break th
hold that the new document has on the template? Or can I? thank
Word documents via a user form in a template project.
Here’s the code in the OK command button:
Private Sub cbOK_Click()
Unload UserForm1
UserForm1.Hide
End Sub
If I attempt to edit one the templates while a user is in their ne
document, I can only open a copy. Sometimes I get the message: “thi
file is in use by another application or user.” How do I break th
hold that the new document has on the template? Or can I? thank