P
Phil
Hi Folks,
Can anyone please tell me what I need to do to make this work in my normal
template? The UserForm is located in the normal template together with the
follwing code; but I get:
"Run Time Error 5. Invalid Procedure Call or Argument"
Public Sub Test1()
Dim frmU1 As New UserForm1
Load frmU1
frmU1.Show
End Sub
TIA
Philip
Can anyone please tell me what I need to do to make this work in my normal
template? The UserForm is located in the normal template together with the
follwing code; but I get:
"Run Time Error 5. Invalid Procedure Call or Argument"
Public Sub Test1()
Dim frmU1 As New UserForm1
Load frmU1
frmU1.Show
End Sub
TIA
Philip