This operator converts the expressions to the left and right of the operator into strings and attaches them to each other.
Example
Dim V1 As String
V1 := "TAP.CON"
V1 &= " " & "Configuration Expert"
Result:
V1 contains the value "TAP.CON Configuration Expert"