输入:变量名=inputbox("内容")
if语句:基础:if 表达式 then 表达式 例:if a="1" then msgbox "1"
进阶(else):
if 表达式 then
表达式
else 表达式
end if
字符串强制转化为整数:变量=CDbl(变量)