M
Mike
Can anyone help with the Excel VB syntax to sum a range and paste the value
into one cell.
The following code is not working for me:
Sheets("Sheet1").sum(Range("F36:f45"))
Range("e88").Offset(X, 0).Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
Note: the above syntax is in a loop. Thus, the need for Offset(x, 0)
into one cell.
The following code is not working for me:
Sheets("Sheet1").sum(Range("F36:f45"))
Range("e88").Offset(X, 0).Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
Note: the above syntax is in a loop. Thus, the need for Offset(x, 0)