I was wondering how to do it without coding a loop and came up with this:


Dim strA As String
Dim strB As String
Dim intRepeat As Integer
strA = "VBForums"
intRepeat = 5
strB =...