i have created an userform
in userform i have Employee Name -- lbl2
current date ----lbl4
current time ----lbl6
project name----txt2
user comment---txt3
and a submit button
how can i submit the details to an particular excel sheet
Please help me out
in userform i have Employee Name -- lbl2
current date ----lbl4
current time ----lbl6
project name----txt2
user comment---txt3
and a submit button
how can i submit the details to an particular excel sheet
Code:
Private Sub cmdbt1_Click()MsgBox "welcome to bms"
End Sub
Please help me out