Vale, soy un caneloide... ya lo resolví >_<
Código:
Public Function fLeerTXT(ByVal strFichero As String)
Dim reader As IO.StreamReader = New IO.StreamReader(strFichero, System.Text.Encoding.Default)
Dim strTexto As String
Try
strTexto = reader.ReadToEnd
reader.Close()
fLeerTXT = strTexto
Finally
reader = Nothing
End Try
End Function
saludos y gracias igualmente