这次我正在制作选项框,所以我在答案周围输入了带有语音标记的代码,然后我尝试使用它,但它不起作用。我输入的代码是:
Private Sub OptionButton1_Click()
If OptionButton1.Value = "Stores all the components" Then
MsgBox "That is correct. Well done!"
SlideShowWindows(1).View.Next
Else
MsgBox "Sorry, that is not right. Try again"
End If
End Sub
请问有人可以帮我吗?