My Easy Solution:
1. Download and install pre op assemblies files from the microsoft site: 'OFFICE XP PIAs'
2. I unzipped and save all files to a directory Ain my local machine.
3. There will be a file called register.bat in the directory A. simply double click that file.. register entries will automatically happen
4. After unzipping the contents, i copied all the files from that directory 'A' to C:\Program Files\Microsoft.Net\Primary Interop Assemblies\ (you can overwrite the existing files .. no prob)
5. In your visual studio IDE, click Add Reference.. go to tab '.NET'. Locate and click select 'Micrsoft Office Interop Excel'.
6. Now you can use in your code ..Imports Excel = Microsoft.Office.Interop.Excel
Please tell if me if is worked. It worked for me!