The GetSheetValue attribute function reads a specific cell of the sheet.
|
Syntax | ||||
|
GetSheetValue(ExcelAddress As String) | ||||
|
Return value | ||||
|
Variant | ||||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
ExcelAddress |
String |
ByVal |
Excel cell description |
Example
Dim Value As Variant
Value := Sheet.GetSheetValue("B1")