Welcome to Bowdoin | Bowdoin College

rMax = Selection.Rows.Count. cMax = Selection.Columns.Count. vY = Selection.Value ' This dimensions the array ' Display the array Y in the Immediate Window. Note how ' the instruction combines text (within quotation marks) ' and index numbers (r and c), linked by ampersands. Debug.Print "Before offset & reset:" Debug.Print "" ................
................