Dim str As String = ""For i As Integer = 1 To 12 str &= Date.today.year & "-" & format(i, "00") & "|"Nextmsgbox(str)