vba 如何把下面公式变成VBA 谢谢大神
答案:1 悬赏:50 手机版
解决时间 2021-01-14 06:39
- 提问者网友:蓝琪梦莎
- 2021-01-14 03:38
vba 如何把下面公式变成VBA 谢谢大神
最佳答案
- 五星知识达人网友:纵马山川剑自提
- 2021-01-14 05:11
sub hq()
if mid(range("a1").value,1,1) = "0" then
msgbox "1"
elseif range("b1").value = "0" and range("c1").value <> "0" then
msgbox "2"
elseif range("d1").value = "0" and range("e1").value <> "0" then
msgbox "3"
else
msgbox ""
endif
end sub
if mid(range("a1").value,1,1) = "0" then
msgbox "1"
elseif range("b1").value = "0" and range("c1").value <> "0" then
msgbox "2"
elseif range("d1").value = "0" and range("e1").value <> "0" then
msgbox "3"
else
msgbox ""
endif
end sub
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯