Mình có đoạn code sau.
Private Sub xoadulieu()
i_kho = 14
Do While sheets(kho).Cells(i_kho, 1) <> isblank
i_kho = i_kho + 1
Loop
sheets(kho).Select
range(Cells(14, 1), Cells(i_kho + 2, 8)).Select
Selection.ClearContents
End Sub
Private Sub updatekho_click()
kho = "TBD"
xoadulieu
End Sub
Không biết bị sai chổ nào mà dòng lệnh range bị lỗi (select method of range class failed9. Các pro giúp giùm với.
Thanks and brs!
HHDK
Private Sub xoadulieu()
i_kho = 14
Do While sheets(kho).Cells(i_kho, 1) <> isblank
i_kho = i_kho + 1
Loop
sheets(kho).Select
range(Cells(14, 1), Cells(i_kho + 2, 8)).Select
Selection.ClearContents
End Sub
Private Sub updatekho_click()
kho = "TBD"
xoadulieu
End Sub
Không biết bị sai chổ nào mà dòng lệnh range bị lỗi (select method of range class failed9. Các pro giúp giùm với.
Thanks and brs!
HHDK