Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 800 Bytes

readall-method.md

File metadata and controls

32 lines (21 loc) · 800 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ReadAll method (Visual Basic for Applications)
vblr6.chm2182077
vblr6.chm2182077
Office.ReadAll
2e461101-12ec-0472-2719-53e714632698
12/14/2018
medium

ReadAll method

Reads an entire TextStream file and returns the resulting string.

Syntax

object.ReadAll

The object is always the name of a TextStream object.

Remarks

For large files, using the ReadAll method wastes memory resources. Other techniques should be used to input a file, such as reading a file line-by-line.

See also

[!includeSupport and feedback]