thangteotdtt
Thành viên hoạt động



- Tham gia
- 12/12/13
- Bài viết
- 152
- Được thích
- 42
Chào các bạn trên diễn đàn mình có record lại được đoạn code như thế này và mình gán code này vào 1 cái nút nhưng do nó chạy cà giựt, cà giựt, các bạn giúp mình viết lại cho gọn nhé, cảm ơn các bạn nhiều.
Private Sub xoa_Click()
Range("B5:K130").Select Selection.ClearContents
Range("L5").Select
Selection.ClearContents
Range("M5:O130").Select
Selection.ClearContents
Range("P5").Select
Selection.ClearContents
Range("Q5").Select
Selection.ClearContents
Range("R5").Select
Selection.ClearContents
Range("S5").Select
Selection.ClearContents
end sub