Hi
The code below still runs the msgbox code even if there is no error, any ideas please.
Private Sub CommandButton8_Click()
On Error GoTo errhandler
Sheets("Taski").Select
Unload Navigationfrm
errhandler: MsgBox ("No Taski Distributor Selected")
End Sub
Regards
Braddy



