If a < 20 Then [b2] = "good": [b3] = "yes"

单行 if  else

If a < 20 Then [b2] = "aa" Else [b2] = "bb"

其他的细节看这个人总结的吧,比较细

https://jingyan.baidu.com/article/86f4a73e81e14837d6526990.html

基本语法if thenelseif thenelseend if特殊用法单行写法,同时且执行多条语句If a &lt; 20 Then [b2] = "good": [b3] = "yes"单行 if elseIf a &lt; 20 Then [b2] = "aa" Else [b2] = "bb"其他的细节看这个人总结的吧...
一个If 语句 ,后面可以跟一个或多个由布尔表达式组成的elseif 语句 ,然后是一个默认的else 语句 ,当所有 条件 变为false时 执行 else 语句 块。 以下是VBScript中If...Elseif...Else 语句 的语法。 If(boolean_expression) Then Statement 1 ..... ..... Statem...
'------------------------------------------------------------------- '1. VBA 中的常见数据类型: ' 类型 注释 简 占用内存 ' Integer 整型 % ... [ 执行 条件 ] End If '跳出If判断 假设A 条件 是a=1、B 条件 是b=1以此类推 c=1 d=1 假设 执行 某某1和2分别是 MsgBox “XX1” 和Msgbox “XX2”If a=1 Or b=1 Then MsgBox "