peltier tech utilities
Learn how to create Excel dashboards.

Categories

30 Excel Functions in 30 Days

Archives

Show or Hide User Tips In Excel

When you set up a worksheet for other people to use, data validation messages can help them get started. The messages appear, like little ToolTips, when a user clicks on a cell. After using the workbook for a while, users might not need those messages anymore, and they become annoying, rather than helpful.


AlexJ, who recently shared his technique for hiding rows with Excel outlining, has created another useful sample. In this file, he lets users turn those data validation messages on or off, by choosing TRUE or FALSE from a drop down list.


APJShowMsg00


When TRUE is selected, the label cells, such as Name, are green. Click on a label cell and a data validation input message appears, with instructions for that field.


APJShowMsg01


Select FALSE and the label cells turn white, and no data validation input message appears when you click on a label cell.


APJShowMsg02


How It Works


The TRUE/FALSE drop down list is in a cell named ShowUserMsg, and the list is created with data validation.


APJShowMsg03


The labels cells also have data validation, which is set to allow Any value.


APJShowMsg05


For each label, an Input Message is entered in the Data Validation dialog box.


APJShowMsg06


The label cells and ShowUserMsg cell are coloured with Conditional Formatting.


APJShowMsg04


Code to Show or Hide the Messages


When you select an option from the TRUE/FALSE list, a Worksheet_Change event runs, and turns the messages on or off. To see the code in Alex's sample file, right-click the Show User Messages sheet tab, and click on View Code.


APJShowMsg07



Download the Sample File


You can download the Show or Hide Messages file here, or from the Sample Spreadsheets page on the Contextures website.


___________________

Related Posts Plugin for WordPress, Blogger...

1 comment to Show or Hide User Tips In Excel

  • Contextures Blog » Excel Data Validation Update

    [...] Show or Hide User Tips In Excel – AlexJ shows how to let users turn data validation messages on or off, by choosing TRUE or FALSE from a drop down list. [...]