JTaylor
2024-05-20T18:28:09Z
If there is a way to determine if a Cell Exists, such as one like the following?

igrid.CellValue("R445345", igrid.ColIndex("Receipts"))

Thanks.

Jim
Igor/10Tec
2024-05-21T14:24:21Z
The iGrid.ColIndex() and iGrid.RowIndex() properties work like a function and return zero if the specified index does not exist. You can use this fact to check whether a cell exists.
JTaylor
2024-05-21T14:36:02Z
Perfect.

Thanks.

Jim