export to excel option in IE 6.0

  • Thread starter Thread starter kirankumar.net
  • Start date Start date
K

kirankumar.net

we are using windows 2003 /Xp systems with IE 6.0 and Office 2003
versions In some systems am unable to find the option "export to
excel
" in I.E . How can enabel excel integaration with web so that i get
the option "export to excel " in IE 6.0 popup window ,

thanks in advance


kiran kumar k
 
Hi Kiran,

Do you mean the Context Menu option to Export to Microsoft Excel?


Here are my Registry values
////////////////////////////////////////

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\E&xport to
Microsoft Excel]
@="res://C:\\PROGRA~1\\MICROS~4\\Office12\\EXCEL.EXE/3000"
"Contexts"=dword:00000001


///////////////////////////////
Copy and paste the above into notepad. Then save the file as a .reg file
(select 'All files' as the file type in the dropdown list).
Find the file that you just saved using windows explorer and double click it
to merge the entry into the registry.

You will have to alter this part
res://C:\\PROGRA~1\\MICROS~4\\Office12\\EXCEL.EXE/3000 to the path where
your excel.exe file is located.


Regards.
 
Back
Top