M
Martin ©¿©¬ martin
Hi
I have 12 pages with code to highlight/colour changes made
=========================================================
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 8
End Sub
================================================
I then have to *copy/paste special - all links* from each of the 12
pages into another page to have a total overview.
Is it possible to have a code to highlight/colour the changes made in
the overview page when a change is made to any of the 12 pages?
Martin
©¿©¬
I have 12 pages with code to highlight/colour changes made
=========================================================
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 8
End Sub
================================================
I then have to *copy/paste special - all links* from each of the 12
pages into another page to have a total overview.
Is it possible to have a code to highlight/colour the changes made in
the overview page when a change is made to any of the 12 pages?
Martin
©¿©¬