Thread: Excel Library?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
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