Thread Excel Win32::OLE Formel (15 answers)
Opened by Gast at 2009-10-31 17:58

Gast Gast
 2009-11-01 08:15
#127629 #127629
Das hat der Makrorekorder aufgezeichnet:

Code: (dl )
1
2
3
4
5
6
7
8
Range("G1").Select
ActiveCell.FormulaR1C1 = "3"
Range("G2").Select
ActiveCell.FormulaR1C1 = "7"
Range("G3").Select
ActiveCell.FormulaR1C1 = "6"
Range("G4").Select
ActiveCell.FormulaR1C1 = "=SUM(R[-3]C:R[-1]C)"


Und es funktioniert.

View full thread Excel Win32::OLE Formel