Thank you - so obvious - I did read the help file and look at the samples !
I'll put it down to New Year excess.
Everything else is working as expected
Search found 2 matches
- Thu Jan 03, 2013 8:57 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Read a cell
- Replies: 2
- Views: 4576
- Tue Jan 01, 2013 5:24 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Read a cell
- Replies: 2
- Views: 4576
Read a cell
All I want to do is read either an integer, double or string from a cell - ultra simple
Can someone tell me how to do this ?
d :Double;
....
d := XLS.Sheets[Sheet].Cell[x, y];
Doesn't work.
Ed
Can someone tell me how to do this ?
d :Double;
....
d := XLS.Sheets[Sheet].Cell[x, y];
Doesn't work.
Ed