我收到了#34; Type Mismatch"以下代码行出错。
Set colClaims = Nothing
早期的相关代码如下:
Public colClaims As New Collection
...
Dim oClaimRecord As IClaimRecord
...
Set UB01 = oClaimRecord.ParseInput(psInputRecord)
...
colClaims.Add UB01, sIndex, psBefore
...
关于收集集合时如何出现类型不匹配错误,我感到非常困惑。有人可以提供任何指示吗?谢谢