I a calling a FUNCTION called 'ChkLocalItem(ByVal strItem)', like:
If ChkLocalItem(strItem) = "False" Then
..
End If
Inside of another FUNCTION called 'AssembleList()', which is in turn itself
called by a SUB called 'GetItemDetails(ByVal strList)'.
Got it so far?
GetItemDetails
AssembleList
ChkLocalItem
The call to 'ChkLocalItem' always fails with:
"Type Mismatch: '[Undefined]'"
Thx much in advance for any advice
-Brian
--
You received this message because you are subscribed to the Google Groups
"nsb-ce" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nsb-ce?hl=en.