I keep getting a "Type mismatch" error with the first execution line inside the FOR loop when I try to execute this code. What am I doing wrong? How can I correct it?
Thanks in advance-![]()
Please Login or Register to view this content.
I keep getting a "Type mismatch" error with the first execution line inside the FOR loop when I try to execute this code. What am I doing wrong? How can I correct it?
Thanks in advance-![]()
Please Login or Register to view this content.
You'll get an error if the array zfront contains something other than a number.![]()
Please Login or Register to view this content.
Entia non sunt multiplicanda sine necessitate
Suspect you hava a non-numeric character in column D.
Is it the first time through the loop? If not, you'll need to look at the value of i to work out the offset for the array and, consequently, where the problem is in column D.
Regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks