Just wondering if anyone can help! I have the following code;
Private Sub Tonnage6_AfterUpdate()
If Tonnage6.Value > Press6Max.Value Then
Dim bytResponse As Byte
bytResponse = MsgBox("The tonnage exceeds the maximum allowed. Do you wish to continue", vbYesNo, "Exceeded tonnage")
If...