使用case语句的两种情况:
eg1:select case A
case 90
magbox"很好"
case 80 to 90
magbox"一般"
……
end select
eg2:select case B
case is>60 '注意这里使用的是IS而不是B
msgbox"及格万岁"