I came up with that Steve while waiting. That works ut was hoping for somethig w/o so many If statements. Select Case maybe? Also to disable all image when the form loads would you put first thing in the class something like

private sub disableall()
pb1.visible = false
pb2.visible = false
pb3.visible = false
end sub