Hello All,
I have this code and I wanna ask if there is a way to speed it up. It takes longer than I expected to display the msgbox after the next i. thanks
kelly
Private Sub CmdAdd_Click()
Dim ans As String, anss As Date
sht = CmbClass.Value
On Error GoTo errHandler
If...