Range.Text Property
Excel Developer Reference |
Returns or sets the text for the specified object. Read-only String.
Syntax
expression.Text
expression A variable that represents a Range object.
Example
This example illustrates the difference between the Text and Value properties of cells that contain formatted numbers.
Visual Basic for Applications |
---|
|
See Also