请问如何使用case语句完成下列表达
当100 <=x <=200时
if x> =100 and x <=200 then
msgbox "yes "
endif
select x
case > =100 , is <=200
msgbox "yes "
end select
上面的select 语句中对于case无法获得and的关系
怎么样才能这么做呢?
上面测式select 中 x=50也能为真
thanks
[解决办法]
Case 100 To 200