excel VBA语句之select判断语句使用 今天教大家一些,在VBA当中的select判断语句的使用的具体操作方法和场景。 一、select语句单一条件判断: Sub select单条件判断() i = 1 Select Case i Case Is > 0 MsgBox "正......