A
Ashish
Hello,
When I write in a Cell in Excel if I am writing integer then Cell takes that
Value but if I write a string value then I cannot see anything in Excel
File.
_objRange = _objWorkSheet.Range(_objWorkSheet.Cells(_intCurrentRow,
17), _objWorkSheet.Cells(_intCurrentRow, 18))
_objRange.Value = "String Value"
This is happening in Excel 2000 (10.0) on WindowsXP.
Thanks and Regards,
Ashish
When I write in a Cell in Excel if I am writing integer then Cell takes that
Value but if I write a string value then I cannot see anything in Excel
File.
_objRange = _objWorkSheet.Range(_objWorkSheet.Cells(_intCurrentRow,
17), _objWorkSheet.Cells(_intCurrentRow, 18))
_objRange.Value = "String Value"
This is happening in Excel 2000 (10.0) on WindowsXP.
Thanks and Regards,
Ashish