VBA-Excel: Fill Excel Range Values in a 2D Array January 30, 2015October 4, 2013 by Sumit Jain You can fill a range values from an excel work book into a two dimensional array. All you have to do is assign range values to a variable and then that variable will become array Two Dimensional Dynamic array -1 Function FnFillValues() Read more