newTruck = InputBox("Which truck number would you like search for?")
If newTruck = "" Then Exit Sub
'rest of the code...