Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Someone provided the following code that automatically detects a
change in a particular cell. It works great. Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("C6")) Is Nothing Then Summary End If End Sub I now need code to automatically detect if a change has taken place ANYWHARE on a worksheet. Also, if I have 30 sheets and I need the code for 26 of the 30 sheets, where do I place the code? Your help is greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Detecting Calc On or Off | Excel Discussion (Misc queries) | |||
Detecting Duplicate Sums - Worksheet code | Excel Discussion (Misc queries) | |||
Cell value - detecting change | Excel Worksheet Functions | |||
Detecting absentees | Excel Discussion (Misc queries) | |||
Detecting a color | Excel Worksheet Functions |