View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default URGENT - File Menu!

ToolsCustomizeReset

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"steve" wrote in message
...
I'm learning how to make cutom tool bars. I used an example I got from
J-Walk, but I accidentally named my custom menu "File". It deleted

Excel's
"File" menu, now I can't get it back.

I've tried:
Application.CommandBars.FindControl(ID:=30002).Vis ible = True

Please Help!
Thanks,
Steve