Private Function LoadNews(ByRef msg As String) As Boolean How would I call that function? I tried: Call LoadNews(msg) and got errors.