n = Cells(1, 1)
t = 1
For n = 1 To 200
For i = 1 To n
Cells(t, 2) = n
t = t + 1
Next i
Next n
Monthly Archives: September 2010
auto save on exit with R
“C:\Program Files\R\R-2.10.0\bin\Rgui.exe” –save
n = Cells(1, 1)
t = 1
For n = 1 To 200
For i = 1 To n
Cells(t, 2) = n
t = t + 1
Next i
Next n
“C:\Program Files\R\R-2.10.0\bin\Rgui.exe” –save