A
AnnieB
G'Day all!
Can someone please tell me why the following would suddenly stop running?
Private Sub Document_New()
UserForm1.Show
End Sub
I have created UserForm1 in my template and the form was loading correctly
on opening a new document based on that template. I have since edited the
fields on UserForm1 but the name is unchanged.
I am now getting:
Run-time Error '5941':
The requested member of the collection does not exist
Any suggestions gratefully received!
Can someone please tell me why the following would suddenly stop running?
Private Sub Document_New()
UserForm1.Show
End Sub
I have created UserForm1 in my template and the form was loading correctly
on opening a new document based on that template. I have since edited the
fields on UserForm1 but the name is unchanged.
I am now getting:
Run-time Error '5941':
The requested member of the collection does not exist
Any suggestions gratefully received!