 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
David Smith Guest
|
Posted: Tue Sep 07, 2004 10:55 am Post subject: Excel Version - again sorry |
|
|
Hi, I seemed to have lost the post I'd sent about trying to get the version
number of Excel that's installed using Early Binding;
yes, with late binding it's easy,
aExcel := GetActiveOleObject('Excel.Application');
ExcelVersion := aExcel.version;
aExcel.quit;
but early binding using something like
TExcelApplication.Connect;
ExcelVersion := ......
is difficult because I can't find where object 'version' is a property of.
Someone originally replied that it was of TExcelApplication but that doesn't
seem to work. Does anyone have any thoughts please?
Cheers
David
|
|
| Back to top |
|
 |
Deborah Pate (TeamB) Guest
|
Posted: Tue Sep 07, 2004 12:08 pm Post subject: Re: Excel Version - again sorry |
|
|
<
Someone originally replied that it was of TExcelApplication
but that doesn't seem to work.
ExcelApplication1.Connect;
ExcelVersion :=
ExcelApplication1.Version[LOCALE_USER_DEFAULT];
should work. If it doesn't, please tell us what 'not
seeming to work' looks like. :)
--
Deborah Pate (TeamB) http://delphi-jedi.org
TeamB don't see posts sent via Google or ISPs
Use the real Borland server: newsgroups.borland.com
http://www.borland.com/newsgroups/genl_faqs.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|