View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rachel Rachel is offline
external usenet poster
 
Posts: 113
Default RUNTIME ERROR 1004

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?