Mike Fried
2024-09-23T16:11:24Z
Hello Igor,
I have the problem when updating fom iGrid 5 to 7.5 64 bit. The grid produces a "Subscript out of range" error, although I actually suppress this in VBA with "On Error Resume Next". The error message still appears and after the error is shown all iGrids in the program can no longer be used. iGrid 5 ignores like this the access to the non-existent column or cell. How can I suppress the error? Attached is a simple example (Access 64Bit).

Thanks for your efforts!
Regards Mike
Mike Fried
2024-09-24T07:14:01Z
Oops, I forgot the attachment. It's easy with two simple lines:
On Error Resume Next
Debug.Print me.iGrid1.CellValue(1,1)  iGridTest.zip (21kb) downloaded 1 time(s).
Igor/10Tec
2024-09-24T15:25:10Z
Yes, this weird problem was found after the release. I have just sent you a link to the latest interim build of iGrid with the bug fix in an email.
Mike Fried
2024-09-24T15:32:41Z
You are the best!!!!!!!!!!!!! Thank you it work!