Unable to import Office objects
Hi,
I wish to use outlook from VB 2010 but when i try to import any Office applications like the following :
Code:
Imports Outlook = Microsoft.Office.Interop.Outlook
i cant see everything under Office in the namespace...
when i type Imports Outlook = Microsoft. (...) i got the following but not Office :
* CSharp
* Reporting
* ReportingServices
* SQLServer
* VisualBasic
* Win32
any idea why can't i see office?
Re: Unable to import Office objects
Did you add the reference from menu Project~~> Add reference?