[Fatal Error] SelfUtils.pas(7): File not found: 'Excel97.dcu'
code:unit SelfUtils;interfaceuses
  SysUtils, Windows, Messages, Classes, Controls, Graphics, CReport,
  Excel97, IniFiles, ComObj, Dialogs,Variants;Delphi    excel   

解决方案 »

  1.   

     Excel97,去找这个单元,或dcu,从哪拷贝的代码,跟谁要
      

  2.   

    DCU 一般在 ...\Delphi7\ImportPAS 一般在 ...\Delphi7\Ocx\Servers如果没有,拷贝一份过来就有了;在编程的时候,必须在 uses 中手动加入要用的模块。
      

  3.   

    1.uses 中删掉Excel97
    2.component→install packages→add→导航到bin→dclOfficeXP70.bpl→打开→OK
    3.如果一定要用Excel97估计只能在D5中找了。据我所知ExcelXP完全可以替代Excel97