I have the following VBA marco running in Excel 2003, it blocks the Save, Save as, Save Workspace, Send To menus but I now need to do the same but for Excel 2010 ?
I have tried commands listed below and these are disabling the save and send menu in Excel 2010:
Excel 2010
Application.CommandBars("Worksheet Menu Bar").Controls("File").Controls("Send To").Enabled = False Application.CommandBars("Worksheet Menu Bar").Controls("File").Controls("Save & Send").Enabled = False