Thread
:
Disabling Button Commands in 2007
View Single Post
#
1
Posted to microsoft.public.excel.programming
da_gl
external usenet poster
Posts: 1
Disabling Button Commands in 2007
Historically you could disable Save, Save As, Exit, etc by using the
following:
Application.CommandBars("Worksheet menu
bar").Controls("File").Controls("Exit").Enabled = False
How to do this in Excel 2007?
Reply With Quote
da_gl
View Public Profile
Find all posts by da_gl