Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Excel Library?

Anyone knows how Excel 2002 (version 10) object library is called? Need
to make a reference to it fom VS.

Thank you!
Maxs

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Excel Library?

Version 9 appears as "Microsoft Excel 9.0 Object Library" in VBA/VB6
reference list, so I would assume 10 is similar.
Or you mean:
Set XLObj=CreateObject("Excel.Application.10")

NickHK

"MaxS" wrote in message
oups.com...
Anyone knows how Excel 2002 (version 10) object library is called? Need
to make a reference to it fom VS.

Thank you!
Maxs



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Excel Library?

Thanks NickHK,

I have just found after two days searching that the file is excel.exe
itself rather than "something.dll" or " "something.olb". In terms of
naming - yes it appears as
"Microsoft Excel 10.0 Object Library" in references. However VS says
that it cannot find it, a.k.a the file does not exist...


NickHK wrote:

Version 9 appears as "Microsoft Excel 9.0 Object Library" in VBA/VB6
reference list, so I would assume 10 is similar.
Or you mean:
Set XLObj=CreateObject("Excel.Application.10")

NickHK

"MaxS" wrote in message
oups.com...
Anyone knows how Excel 2002 (version 10) object library is called? Need
to make a reference to it fom VS.

Thank you!
Maxs


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Excel Library?

Making a reference to Excel, shows the actual file to be:
C:\Program Files\Microsoft Office\Office\Excel9.olb

But the reference should come up in the list, so the actual file name is
somewhat irrelevant.
However, as said before, the Dotnet groups would may be have an answer.

NickHK

"MaxS" wrote in message
ups.com...
Thanks NickHK,

I have just found after two days searching that the file is excel.exe
itself rather than "something.dll" or " "something.olb". In terms of
naming - yes it appears as
"Microsoft Excel 10.0 Object Library" in references. However VS says
that it cannot find it, a.k.a the file does not exist...


NickHK wrote:

Version 9 appears as "Microsoft Excel 9.0 Object Library" in VBA/VB6
reference list, so I would assume 10 is similar.
Or you mean:
Set XLObj=CreateObject("Excel.Application.10")

NickHK

"MaxS" wrote in message
oups.com...
Anyone knows how Excel 2002 (version 10) object library is called?

Need
to make a reference to it fom VS.

Thank you!
Maxs




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Excel Library?

The version 10 type library is part of Excel.exe.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"MaxS" wrote in message
oups.com...
Anyone knows how Excel 2002 (version 10) object library is
called? Need
to make a reference to it fom VS.

Thank you!
Maxs





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Excel Library?

Thanks a lot, Chip!
Chip Pearson wrote:
The version 10 type library is part of Excel.exe.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"MaxS" wrote in message
oups.com...
Anyone knows how Excel 2002 (version 10) object library is
called? Need
to make a reference to it fom VS.

Thank you!
Maxs


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Library in Excel Line Nissen Excel Discussion (Misc queries) 1 March 4th 10 01:24 PM
Excel VBA Library dl Excel Programming 2 September 15th 05 08:52 AM
Using Excel Library dp Excel Programming 3 July 21st 05 12:06 PM
Reference Library - Missing Library in a lower version. luvgreen Excel Programming 1 October 7th 04 02:08 AM
Excel Library Henning Eiben Excel Programming 6 October 6th 04 10:04 AM


All times are GMT +1. The time now is 05:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"