对于我正在做的演示,我想检查文本框内的文本(该文本框的名称是TextBox2,是ActiveX控件)是否与另一个文本框中的文本相同(此文本框的名称是naam,而不是ActiveX-控件)。ActivePresentation.SlideShowWindow.View.Slide
Dim juist As Byte
If osld.Shapes("TextBox2").TextFrame.TextRange = osld.Shapes("naam"
因此,现在我有了这段代码,当我按下运行它的按钮时,会出现错误"Method or data member not line“,并突出显示行"Question13.hide”。私有子CommandButton1_Click()If CheckBox1.Value = True Then Worksheets("Results").Range("D54").Value = True
If CheckBox1.Value = Tru