View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dhruv Dhruv is offline
external usenet poster
 
Posts: 2
Default Interop problem with VS.NET 2003

I added the reference to Excel 11.0 object library and then added the Imports
Excel clause in my code. The compiler complains 'Type Word is not defined'.
The intellisense does not show Word in its list of namespaces either.

The funny thing is that it works for one solution but not for the other. I
am completely baffled. Any ideas?