求助:Excel VBA 窗体组合框如何使用

2024-11-06 08:52:43
推荐回答(1个)
回答(1):

if combo1.text="A" then

form3.show
elseif combo1.text="B" then

form4.show
elseif combo1.text="C" then

form5.show
end if