此时,我在单元格中插入了一个我想使用的叙述,它给出了一个1004错误。它似乎是基于我在单元格中输入的文本数量,因为当我缩短段落时,它将允许我发布信息。有没有办法将较长的文本段落更新到word文档中?给我这个错误的调试器代码是: If myObjCopy.Value <> "" Then
BkMk.Range.Text = Application.WorksheetFunction.Text
我想对两个数据点运行TTest公式,但一直收到错误消息"Unable to get the TTest property of the WorksheetFunctionclass“。Sub a()
Z = Application.WorksheetFunction.TTest(Sheet1.Cells(1, 2), Sheet1.Cells(2,
我正在尝试在类模块中使用布尔值,但是代码在“MsgBox LOADPROPS.DUPLICATES”和“Public PropertyGet DUPLICATES() As Range”中失败,请有人帮忙吗Sub INITIALIZE_CLASS() Set LOADPROPS = New cLoadData MsgBox LOAD
下面的代码显示了一条错误消息“Unable to get The Vlookup property of the WorksheetFunctionclass”。concat = EmpName & GetDate
BasicSal = WorksheetFunction.VLookup(CVar(concat), Sheets("CashReward").Range
它会出现错误“Unable to get the VLookUp property of the worksheetFunctionclass”它正试图从名为13.09.2017的表中获取数据
ThisWorksheet.Cells(1 + i, 11) = WorksheetFunction.VLookUp
tape = ThisWorkbook.Sheets("Agg")
out.Cells(1, 2).Value = WorksheetFunction.CountIfs但是这最后一行总是给我这个错误:"Unable to get the Countifs property of the worksheetfunctionclass“。我怎