Detect And Repair
Office 2003 (I think) introduced a feature on the Help menu called "Detect and Repair." If an Office app is not working correctly, this command will try to fix it. I've recommended it to several people, and in just about every case it worked.
In Office 2007, the command is available in the Resources tab of the Excel Options dialog box.
Apparently, this useful tool has been removed from Office 2010. I could not find a command or button to diagnose problems. But I did find this in the Help system:
Maybe it's just a joke, added by a technical writer.
- Reader Comments -
Following are comments in response to this item.
The most recent comment is at the bottom.
- By Ron Ratliff. Comment posted 19 January, 2010 8:57amI love it! We've all wished we could say something like that!

Thank you for finding and sharing it! True dedication! - By Fred Chidester Sr. Comment posted 19 January, 2010 1:35pmJohn I saw that same statement,some place as I was loading the Windows 7 upgrade onto my notebook. Four words "you gotta be kidding" > Maybe they are waiting for the check to clear or something.
- By sam. Comment posted 19 January, 2010 7:18pm"I could not find a command or button to diagnose problems"
Its there where it always use to be
Sub Detect_Repair(control As IRibbonControl)
Application.CommandBars.FindControl(ID:=3774).Execute
End Sub - By sam. Comment posted 19 January, 2010 7:19pmhttp://tinypic.com/r/29qiqo4/6 - Forgot to put the link
- By John Walkenbach. Comment posted 19 January, 2010 9:18pmIs that an actual screen shot, or just a joke? Nobody could possibly want that many icons, could they?
- By sam. Comment posted 20 January, 2010 12:40amDepends on what you do...I have one click access to roughly 100 plus features.. plus most of those button are split buttons... so if I click on the Find button - It lauches the find Dialog as it should...If I click on the drop down of the find button it gives me features related to find....I dont have to click on the find button to discover that I need one more click to get to find !
- By sam. Comment posted 20 January, 2010 12:44amhttp://tinypic.com/r/wu5a4m/6 - Find Split
- By Jon Peltier. Comment posted 20 January, 2010 6:52pmSam -
Here's the important question:
Does the button that's where it always used to be still work?
I could add a button to launch the chart wizard in 2007/2010, but it ain't gonna run. - By John Walkenbach. Comment posted 20 January, 2010 7:16pmHere's VBA statement that will execute the Detect & Repair command in Excel 2010 Beta:
Application.CommandBars("Built-in Menus").Controls(45).Controls(4).Execute
It brings up this dialog box:

I was afraid to click Start. That last thing I need right now is a screwed up Office installation. - By sam. Comment posted 21 January, 2010 9:39amJon
They disabled the chart wizard...so it wont run
John
As I mentioned in the comment you can also use...
Sub Detect_Repair(control As IRibbonControl)
Application.CommandBars.FindControl(ID:=3774).Execute
End Sub
And dont hesitate to click start - It does not screw up office - I have used it couple of times already
Spreadsheet Page Blog
Welcome to the Spreadsheet Page Blog. This is where you find the latest news on my books, add-ins, and other Excel-related topics. Comments are welcome.
