Monte Carlo Simulation in Excel using VBA
Articles

VBA and Excel for Engineers and Scientists – Part 3

Monte Carlo Simulation in Excel using VBAIn this third and final installment of the popular VBA and Excel for Engineers and Scientists series, we will look at one of the most important techniques for extending Excel with VBA, the Range Object. I’ll show you the best way to refer to single cells, multiple cells, how to get values from them and put values back into ranges using the VBA. And we’ll program up a simple Monte Carlo Simulation example and lastly we’ll look at how to read and write to text files and to manipulate files and folders in Windows.

[…]