Excel中使用Msgbox提示的问题

2025-02-27 23:34:01
推荐回答(2个)
回答1:

if [f5]= "正确" then
msgbox "正确"
else
msgbox "错误"
end if

回答2:

if range(“F5”)=“正确” then