You need to assign the return value of the FileLen function to a variable. Right now the FileLen function is just hanging out with no where to go.
Dim intcount As Integer, varFile As Variant, objFileFind As Object, mysize As Long, mylength As String
Set objFileFind = Application.FileSearch...