• You need to convert your Month and Year to strings in order for the "+" to be concatenation and not addition and you can't add a string and integers.

    You can use CStr(Number) or (Number).ToString()