Thread
:
No menus, no toolbars, no nothing!!
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
No menus, no toolbars, no nothing!!
Try this
hit alt-f11
hit ctrl-g (to see the immediate window)
type this and hit enter:
application.commandbars("worksheet menu bar").Enabled = true
=======
then
tools|customize|toolbars tab
--
Don Guillett
SalesAid Software
"CR" wrote in message
ups.com...
HELP!
I was playing around with some macros for disabling some menu items and
I've really screwed something up. Now, whenever I start Excel, all I
have is the worksheet and formula bar. No toolbars, menus,
shortcuts... I can start
VB
by pressing ALT+F11, but I can't find the
code that is causing the problem.
How do I get everything back to normal, without re-installing Excel.
Our help desk would kill me.
Thanks so much in advance.
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]