A beginner's introduction to programming with Visual Basic for Applications. This video tutorial explains how literal strings and the contents of variables can be joined together in an operation known as string concatenation. You will see how the ampersand (&) character can be used to do this. You will also see how the vbNewLine constant can be used to put line breaks inside a string, and how the underscore (_) character can be used to wrap long lines of program code.