Sub INPD_ALL()
trl = MsgBox("Ban co chac chan In tat ca PD", vbOKCancel, "Thông báo")
If trl = vbOK Then
Application.ScreenUpdating = False
Sheets("PD").Select
Cells(11, 13) = Cells(11, 11)
For i = Sheets("PD").Cells(11, 11) To Sheets("PD").Cells(11, 12)
inphieudiem
If Cells(11, 11) < Cells(11, 12) Then
Cells(11, 11) = Cells(11, 11) + 1
Else
End If
Next
Cells(11, 11) = Cells(11, 13)
Cells(11, 13).ClearContents
Application.ScreenUpdating = True
Else
End If
End Sub
trl = MsgBox("Ban co chac chan In tat ca PD", vbOKCancel, "Thông báo")
If trl = vbOK Then
Application.ScreenUpdating = False
Sheets("PD").Select
Cells(11, 13) = Cells(11, 11)
For i = Sheets("PD").Cells(11, 11) To Sheets("PD").Cells(11, 12)
inphieudiem
If Cells(11, 11) < Cells(11, 12) Then
Cells(11, 11) = Cells(11, 11) + 1
Else
End If
Next
Cells(11, 11) = Cells(11, 13)
Cells(11, 13).ClearContents
Application.ScreenUpdating = True
Else
End If
End Sub