View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How do I find the Worksheet Menu bar in Excel if that is missing?

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
...