An exception list.
ie.
If I have 10 textboxes: txtbox1, txtbox2, txtbox3... txtbox10
for each ctrl on form
if not [in exception list] then ctrl.value = ctrl.value + 1
next ctrl
exception list = {an unknown quantity of strings, or variants, or objects, that I wish to exclude from the above...