line label <definition> From Microsoft VBA previous page next page line label Used to identify a single line of code. A line label can be any combination of characters that starts with a letter and ends with a colon (:). Line labels are not case sensitive and must begin in the first column. previous page start next page