The following line in the ThisWorkbook class fails returning an error message that an object is not set. Adding ThisWorkbook to the watch window says it is out of context. The 30095 refers to the File | Send to menu item. This works fine when used with Word but using ThisDocument of course. Is there some other way one must do this when using Excel? The use of the ID number is because the workbook is being used in a French version of Excel.
ThisWorkbook.CommandBars.FindControl(ID:=30095).enable = False