Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using code developed by others as an example. In have made no changes
to it so I presume it should work. Here it is: Dim aszTextArray As Variant Dim CurSlot As ICAPLib.Slot Dim nNum As Long Set CurSlot = Component.ResultAttributes If Not CurSlot Is Nothing Then aszTextArray = CurSlot.ValueAsArray nNum = UBound(aszTextArray) < I get the error here . At this point, aszTextArray is Empty and CurSlot ="" What is this error trying to tell me? Any ideas if the If statement is wrong? Thanks in advance for your help. Ray |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
Type Mismatch Error - Help Please | Excel Worksheet Functions | |||
Why type mismatch - R/T error 13 | Excel Discussion (Misc queries) | |||
Type Mismatch Error Need Help | Excel Programming | |||
Type mismatch error | Excel Programming |