Originally posted by vbgladiator
I believe on Error goto ErrH: is a label

on error goto Errh is a statement.
On Error Goto is a statement and with goto you have to name the label. But the colon is only necassary to define the actual label.