S
sam
Hi all,
I have designed an excel form with Three buttons Cancle, Clear and Submit
The issue: When I input the data and click Cancle button, The form still
populates the excel sheet with inputs in radio buttons and checkboxes but not
the text box inputs. The code for my cancle button is
Private Sub Cancel_Click()
Unload Me
End Sub
Shouldnt it unload data from all the fields?
Please HELP
Thanks in Advance.
I have designed an excel form with Three buttons Cancle, Clear and Submit
The issue: When I input the data and click Cancle button, The form still
populates the excel sheet with inputs in radio buttons and checkboxes but not
the text box inputs. The code for my cancle button is
Private Sub Cancel_Click()
Unload Me
End Sub
Shouldnt it unload data from all the fields?
Please HELP
Thanks in Advance.