0413 If frmMyForm1.OptionButton1.Value = True Then 0414 0415 Debug.Print "Yes" 0416 0417 0418 0419 End If 0420 0421 If frmMyForm1.OptionButton2.Value = True Then 0422 0423 Debug.Print "Chocolate" 0424 0425 End If 0426 0427 If frmMyForm1.OptionButton3.Value = True...
.Application 对象 该对象代表 PowerPoint 应用程序,通过该对象可访问 PowerPoint 中的其他所有对象。 (1)Active 属性:返回指定窗格是否被激活。 (2)ActivePresentation 属性:返回 Presentation 对象,代表活动窗口中打开的演示文稿。 (3)ActiveWindow 属性:返回 DocumentWindow 对象,代表当前文档窗口。 (4)Presentations 属性...