Вниз
Скачать: CL | DM;

Excel   Найти похожие ветки 

 
вопрос   (2003-02-28 13:54) [0]

как можно узнать версию Excel


 
Opuhshii ©   (2003-02-28 14:04) [1]

uses ComObj;

procedure TForm1.Button1Click(Sender: TObject);
const
ExcelApplication = "Excel.Application";
var
Version:string;
Excel:Variant;
begin
Excel:=CreateOleObject(ExcelApplication);
Version:=Excel.Application.Version;
Excel.Quit;
ShowMessage(Format("Excel version is %s",[Version]));
end;



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.01 c
14-30062
tv
2003-02-21 10:06
2003.03.10
XML


3-29746
Wowa-K
2003-02-19 13:38
2003.03.10
StoredProc


1-29819
gsu
2003-02-25 11:51
2003.03.10
msAgent


1-29836
Roman Go
2003-02-28 10:20
2003.03.10
Каие параметры у GetShortPath


1-29822
Adil
2003-02-28 07:06
2003.03.10
Kak poluchit direktoriyu?




   Наверх