View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
wbez
 
Posts: n/a
Default How do I find the Worksheet Menu bar in Excel if that is missi

Thanks, work like a bomb.

"Bob Phillips" wrote:

Go to the VBIDE (Alt-F11), open the immediate window (Ctrl-G) and type

Application.Commandbars(1).Enabled = True

and Enter

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"wbez" wrote in message
...