S
Steve C
I am using the following commands to disable certain options for a specific
workbook. However, if any other workbooks are open, these same options are
also disable for them. How can I disable commands only for a specific
workbook rather than all open workbooks? Thanks.
Application.CommandBars.Item("Data").Controls.Item("Filter").Controls.Item("&Advanced Filter...").Enabled = False
Application.CommandBars.Item("Tools").Controls.Item("&Customize...").Enabled
= False
Application.CommandBars("Toolbar List").Enabled = False
workbook. However, if any other workbooks are open, these same options are
also disable for them. How can I disable commands only for a specific
workbook rather than all open workbooks? Thanks.
Application.CommandBars.Item("Data").Controls.Item("Filter").Controls.Item("&Advanced Filter...").Enabled = False
Application.CommandBars.Item("Tools").Controls.Item("&Customize...").Enabled
= False
Application.CommandBars("Toolbar List").Enabled = False