View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stan Stan is offline
external usenet poster
 
Posts: 150
Default Userform.show '1004 Error'

Hello All,

Ok, this is quite a strage question, however I have experienced this problem
and so has a colleague of mine for a different application.

The problem:
Upon clicking a button in order to show my form, I get the '1004'
Application Error.

As of Friday, I had tested it to ensure all was working and it was. Previous
versions of the tool I'm developing work fine with Exactly the same coding.
Hence I'm very confused. The code I've been using to show the form is:

Private Sub CommandButton1_Click()

frmHub.MultiPage1.Value = 0
frmHub.Show

End Sub


Has anyone else experienced this problem or know of bugs/fixes for it?

Thanks

Stan