montecarlo2012
Well-known Member
- Joined
- Jan 26, 2011
- Messages
- 985
- Office Version
- 2010
- Platform
- Windows
Hello People.
This is the result I got, but it is not what I am working on.
Expecting result is:
Please give me a hand here.
Thank you for reading this.
VBA Code:
Sub Monte_Carlo()
Dim i As Integer
For i = 2 To 16
Cells(i, 1) = i + Range("A1").Value - 2
Next
End Sub
This is the result I got, but it is not what I am working on.
Expecting result is:
Please give me a hand here.
Thank you for reading this.