Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE 6 Context Menus

Status
Not open for further replies.

keepsmilin456

IS-IT--Management
Apr 16, 2003
82
Be able to right-click tables (or anything) in IE 6 and Export to Microsoft Excel.

This is what I have so far
HKCU\Software\Microsoft\Internet Explorer\MenuExt\Export with Microsoft Excel
2 keys within:

Default REG_SZ value = res://C:\Program Files\Microsoft Office\Office\EXCEL.EXE/3000

Contexts REG_DWORD value = Hex 1

I right click on IE and "Export to MS Excel" is there but when click on it, doesn't do anything.

One question is what does the /3000 do?
There is this exact same registry setting on another computer. The ONLY difference is the other is running office 2002 and I am running office 2k premium.

I made sure the path is correct as well.
I also tried without the /3000.
 
ok i think you need to fix the full path, try this:

Default REG_SZ value = res://C:\PROGRA~1\MICROS~1\Office\EXCEL.EXE/3000

good luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top