View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Removing menu bar customization from old XL95 files

Hi,

XL 95 menus are not stored in the xlb file.
To remove these menus, download a Jim Rech's Removemenus.xla from stephen
Bullens site:

http://www.bmsltd.ie/DLCount/DLCount...emoveMenus.zip

---
Regards,
Norman


"JWolf" wrote in message
...
I added custom menu items in a file written with XL95. The files have
been updated to XL2000 and they still use the custom menu items from the
original XL95 workbooks. Does anyone know where to delete these custom
menu items, as I cannot find them in my code nor can I find a way to
delete them permanently. Can I safely delete my excel.xlb file?