
Tips.Net > ExcelTips Home > Online and Web > Suppressing the Reviewing Toolbar on E-mailed Workbooks
Summary: If you get tired of the Reviewing toolbar popping up whenever you open a workbook you received via e-mail. You’ll love the information in this tip. Add the provided macro, and you can turn the toolbar off just as soon as it appears. (This tip works with Microsoft Excel 2002, and Excel 2003.)
If you are using Excel 2002 or Excel 2003 and you e-mail a workbook to someone, then when they open the workbook, Excel automatically displays the Reviewing toolbar. If you receive workbooks from other people via e-mail, and you get tired of the Reviewing toolbar always being displayed, there is little you can do to force it to stay hidden.
You can use a macro to temporarily disable the Reviewing toolbar, but it won't permanently disable it. The following macro will perform the temporary suppression:
Sub SuppressReviewingToolbar()
Application.CommandBars("Reviewing").Enabled = False
End Sub
You can add this to a module in your personal.xls so it is always available and, if desired, create a keyboard shortcut to it or assign it to a toolbar button. That way you can quickly close the toolbar whenever it pops up.
Tip #2309 applies to Microsoft Excel versions: 2002 2003
Save Time! You can have this tip (and several hundred just like it) in the ExcelTips annual archives. Imagine having over 400 tips available at your fingertips, in each annual volume.
You can put times into a worksheet, but then what? Need to do calculations with times? How about working with elapsed time? Don't be confused; learn how easy it can be. (more information...)
Ask an Excel Question
Make a Comment
ExcelTips FAQ
ExcelTips Premium
Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips
Advertise on the
ExcelTips Site