Quote Originally Posted by GremlinSA
You define lables in code by preceeding them with a ':' ..

Gremmy...
You define labels in code with a ':' after the label text.
Code:
'...
    Exit Sub

ErrorOccured:
    MsgBox Err.Description
'...
Starting with a ':' makes VB believe it's a blank statement.