Function JoinText(k, o) JoinText = k + " " + oEnd FunctionSub functionCall() MsgBox JoinText("a", "b")End Sub