ashokkumarkolla
Member
Dear sir,
I am trying to enter data with the help of user form named "RFI".
I had prepared the user form and created a command button named "RUN" to show the user form "RFI" and assigned following code.
While clicking the "RUN" button, it says "Run time Error '424', Object Required"
Can Some body guide me.
Attached the File for reference.
Thanks
Ashok.
I am trying to enter data with the help of user form named "RFI".
I had prepared the user form and created a command button named "RUN" to show the user form "RFI" and assigned following code.
Code:
Private Sub CommandButton1_Click()
rfiuserform.Show
End Sub
&
While clicking the "RUN" button, it says "Run time Error '424', Object Required"
Can Some body guide me.
Attached the File for reference.
Thanks
Ashok.