-
Knowledge Base Approver
The King of Overkill!
VBAX Master
Ken,
It seems to me if you're getting the error at aryInvDetail(indx, 0) then it may have something to do with the function you're sending it to
GetExpTypeID(aryInvDetail(indx, 0))
Do you by chance have the argument for that function to be a ByVal? Array items have to be ByRef, if the function is expecting ByVal, you'll error out.
Matt
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules