It might be useful to see the equivalent C# as well. One thing that occurs to me is that subscripting using square brackets is zero-based in COBOL, just as in C#. Is it possible that you meant to reference Sheets[0] and Cells[0, 0] ?
Robert.
It might be useful to see the equivalent C# as well. One thing that occurs to me is that subscripting using square brackets is zero-based in COBOL, just as in C#. Is it possible that you meant to reference Sheets[0] and Cells[0, 0] ?
Robert.