NamedRange::Value2 Property
Gets or sets the value of the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
The only difference between this property and the Value property is that Value2 is not a parameterized property.
The following code example uses the Value2 property to set the value of a NamedRange to a value obtained from the AutoComplete method.
This example is for a document-level customization.
Show: