Welcome to Bowdoin | Bowdoin College

' Start the macro by highlighting a cell block, and then ' call the macro. The output will appear in the Immediate ' Window. Dim cN As Integer, i As Long, j As Integer. Dim n As Integer, rN As Long. Dim outputData As Variant. Dim Answer, inputData. n = 0. cN = Selection.Columns.Count ' Determine block size. rN = Selection.Rows.Count ................
................