Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 708 Bytes

Access.ReturnVar.Value.md

File metadata and controls

31 lines (19 loc) · 708 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ReturnVar.Value property (Access)
vbaac10.chm14690
vbaac10.chm14690
Access.ReturnVar.Value
5602ca62-5fef-4a0d-a092-87edbe5f4749
02/26/2019
medium

ReturnVar.Value property (Access)

Gets the value of the specified ReturnVar object. Read-only Variant.

Syntax

expression.Value

expression A variable that represents a ReturnVar object.

Remarks

A ReturnVar can store only numeric or text data. Setting the Value property to an Object data type will result in a run-time error.

[!includeSupport and feedback]