View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dev Ashish Dev Ashish is offline
external usenet poster
 
Posts: 2
Default "Document Recovery" grey commandbar

Hi,

In some Excel 2002 models that I have, after some usage, a grey bar appears
below the formula bar. Restarting Excel is the only way to get rid rid of
it. Right-clicking it gives the All Commandbars context menu.

With the help of Spy++, it seems that the grey bar's caption is "Document
Recovery" and class name "MsoCommandBar". However, it's not listed (or a part
of) the commandbars collection.

I've tried using PostMessage(WM_CLOSE) to try and force it to close, but
am unsuccessful. Has anyone else seen this problem, and if so, is there a
way to close it without restarting Excel?

Thanks
--
Dev