Hi Experts,
Thanks for all that you do.
I have data in a worksheet. I am using a form to edit the existing data in the worksheet. I am hoping to use code like this to make it happen. I think I am close, by so far “no cigar”.
Any help you could provide would be appreciated.
Private Sub CbUpdate_Click()
Dim Code As String
Dim Currentrow As String
Code = TbCodeExample.Text
Cells(Currentrow, 2).Value = Code
End Sub
I’ve attached a file to help you see what I hope to accomplish.