Unable to open file in Excel 2007 - Notes suspected.
Posted: Fri Jul 20, 2007 6:15 pm
File opens in Excel 2003 but not 2007. I remove notes from cells and it opens fine. Please advise.
Code snippet...
with xls.Sheets[fSheetCount-1].DrawingObjects.Notes.Add do begin
CellCol := aCol;
CellRow := aRow;
Text := aNote;
end;
Thanks,
-jh
Code snippet...
with xls.Sheets[fSheetCount-1].DrawingObjects.Notes.Add do begin
CellCol := aCol;
CellRow := aRow;
Text := aNote;
end;
Thanks,
-jh