MS Excel: How to concatenate strings together (WS, VBA)
Example (as VBA Function) Let's look at some Excel & operator function examples and explore how to use the & operator in Excel VBA code: The & operator can be used to concatenate strings in VBA code. For example: Dim LValue As String LValue = "Alpha ......