View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boomessh Boomessh is offline
external usenet poster
 
Posts: 2
Default Only CreateObject Syntax works.

Hai,

I am facing a problem while working with Excel object in VB.

I have added a reference to Excel 10.0 object library, but i am unable to
create a Excel.Application object. (I have Office XP installed in my system.)

like

Dim objExcel as New Excel.Application
( here the intellisense is not showing Excel)

but i am able to do usign Createobject syntax.

What could be the problem..

Thanks.
V.Boomessh