Die Attributfunktion SetSheetValue setzt in einer bestimmten Zelle einen Wert.
|
Syntax | ||||
|
SetSheetValue(Value As Variant, ExcelAddress As String) | ||||
|
Rückgabewert | ||||
|
Kein | ||||
|
Parameter | ||||
|
Verwendung |
Name |
Typ |
Übergabe |
Beschreibung |
|
Erforderlich |
Value |
Variant |
ByVal |
Zellenwert |
|
Erforderlich |
ExcelAddress |
String |
ByVal |
Zellenbeschreibung |
Beispiel
Dim Value As Variant
Value := 10
Sheet.SetSheetValue(Value, "B1")