RUNTIME ERROR 1004

R

Rachel

I am trying to create a button to open a userform.

I am using the following codes.
Sub SIform()
frmSI.Show
End Sub

upon running it displays runtime error 1004

Any help?
 
J

JLGWhiz

Be sure that the S is an S and that the I is an I. It has to be a spelling
error. The syntax is OK and forms can be called from any module.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top