Hello everyone,
I have userform named "operation" with several textboxes and command button named "cmdUpdate" this button to copy the boxes values after editing it to sheet named "DT" in an existing row it doesnt add new row
the code for this button as follow
Private Sub cmdUpdate_Click()...