NH_DK
Let's patience
- Tham gia
- 29/7/10
- Bài viết
- 865
- Được thích
- 1,203
- Nghề nghiệp
- Kế toán
A/C xem và sửa dùm em đoạn code này nhé:
Không hiểu sai chỗ nào mà nó cứ cập nhật lung tung lắm. Em đã kiểm tra nhưng chưa phát hiện ra chỗ sai.
A/C chỉ dùm em nhé!
PHP:
n = [a50000].End(xlUp).Row + 4
Range("A" & n & ":G" & n + 10).ClearContents
With Cells(n - 1, "B").Offset(2, 0)
.FormulaR1C1 = "=TKHO": .Font.Bold = True
.Font.Name = "Times New Roman": .Font.Size = 13
.HorizontalAlignment = xlCenter
End With
With Cells(n - 1, "B").Offset(3, 0)
.FormulaR1C1 = "=KY01": .Font.Italic = True
.Font.Name = "Times New Roman": .Font.Size = 13
.HorizontalAlignment = xlCenter
End With
With Cells(n - 1, "D").Offset(2, 0)
.FormulaR1C1 = "=KTT": .Font.Bold = True
.Font.Name = "Times New Roman": .Font.Size = 13
.HorizontalAlignment = xlCenter
End With
With Cells(n - 1, "D").Offset(3, 0)
.FormulaR1C1 = "=KY01": .Font.Italic = True
.Font.Name = "Times New Roman": .Font.Size = 13
.HorizontalAlignment = xlCenter
End With
With Cells(n - 1, "F").Offset(2, 0)
.FormulaR1C1 = "=GDO": .Font.Bold = True
.Font.Name = "Times New Roman": .Font.Size = 13
.HorizontalAlignment = xlCenter
End With
With Cells(n - 1, "F").Offset(3, 0)
.FormulaR1C1 = "=KY02": .Font.Italic = True
.Font.Name = "Times New Roman": .Font.Size = 13
.HorizontalAlignment = xlCenter
End With
Không hiểu sai chỗ nào mà nó cứ cập nhật lung tung lắm. Em đã kiểm tra nhưng chưa phát hiện ra chỗ sai.
A/C chỉ dùm em nhé!