lỡ hỏi lun
các mẫu design Userform của các bạn trên diễn đàn không thấy chức năng sửa xoá 1 record...chỉ thấy tạo mới thôi.....ví dụ:
stt ten họ ngàysinh nghề nghiệp
01 An le 12/12/79 nv vănphòng
02 Bình le 12/12/79 nv vănphòng
03 Trang le 12/12/79 nv vănphòng
04 Thanh le 12/12/79 nv vănphòng
đây là code tạo mới đặt tại form nhập liệu 1 record gồm 1 nút nutxuly,5texbox:stt,họ,tên,ngaysinh,nghenghiep
Private Sub nutxuly_Click()
Dim i
'Sheet1.Select
Sheets("tensheet").Select
i = Range("A1").Value
Range("A5").Select
ActiveCell.Offset(i, 0).Value = Me.stt.Value
ActiveCell.Offset(i, 1).Value = Me.ho.Value
ActiveCell.Offset(i, 2).Value = Me.ten.Value
ActiveCell.Offset(i, 3).Value = Me.ngaysinh.Value
ActiveCell.Offset(i, 4).Value = Me.nghenghiep.Value
Range("A1").Value = Range("A1").Value + 1
End Sub
xin cho biết làm sao để hiện stt thứ 3 lên form để chỉnh sửa,xoá
xin cám ơn trước