Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
How about a message box? Paste the following macro into the sheet module
for that sheet. You do this by right-clicking on the sheet tab, select View Code, and paste this macro into the displayed module. HTH Otto Private Sub Worksheet_Change(ByVal Target As Range) If Target.Count 1 Then Exit Sub If Target.Address(0, 0) = "A1" Then _ MsgBox "Don't forget to do this and that also." End Sub "LesLdh" wrote in message ... I have a user entered value in cell A1. What I want to do is have a reminder to update other cells flash up in cell A2 when the value in A1 is changed Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changed Cell Address | Excel Discussion (Misc queries) | |||
How do I get one cell to record the time another cell was changed. | Excel Discussion (Misc queries) | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |