Dear Forum Members
I have a userform with a commandbutton to open a second UserForm
  Private Sub CommandButton2_Click()
UserForm1.Show
End Sub
This was working normaly till this morning when I got the following message
Run Time Error 70
Permission denied.
The suggestions in the help files don't seem relevant so I am stuck. The application files are all on my local disc so I don't think network permissions are involved. Can any one point me in the right direction?
Thanks
John