ontopoftheworld
Am a Peasant Guy
- Tham gia
- 17/3/07
- Bài viết
- 109
- Được thích
- 182
PHP:
Sheets("CT").select
Range("A1").End(xlDown).Select
Do
If IsEmpty(activcell) = False Then
ActiveCell.Offset(0, 1).Select
End If
Loop Until IsEmpty(ActiveCell) = True
ActiveCell.Offset(0, 1) = Txtdate.Value
ActiveCell.Offset(0, 2) = TxtDocumentNo.Value
ActiveCell.Offset(0, 3) = TxtDocument.Value
ActiveCell.Offset(0, 4) = CmbTKNo.Value
ActiveCell.Offset(0, 5) = CmbTKCo.Value
ActiveCell.Offset(0, 6) = TxtSotien.Value
ActiveCell.End(xlToLeft).Offset(1, 0).Select
Em tham khảo xong và biến tấu theo ý của mình. Nhưng "biến" xong nó "tấu" luôn các bác ạ

Các bác cho em ý kiến với.
thanks các bác.