I set up a grid of 12 x 12 textboxes within a frame, so (144 individual boxes) that allow a user to input a number. I was unsure if there was another way of summing the values together in that frame without doing, Val(textbox1) + Val(textbox2) + Val(textbox3)... Also, this is all within a user...