Bạn thêm đoạn code này vào là được. Chúc bạn thành công.Em có ví này nhờ mọi người em thiết kế code cập nhật dữ liệu vào Form?
Click
Private Sub CommandButton1_Click()
Sheets("vidu").Activate
Dim i As Integer
For i = 2 To 200
If TextBox1 = Cells(i, 1) Then
TextBox2 = Cells(i, 2)
TextBox3 = Cells(i, 3)
End If
Next
End Sub