Woodlander
Board Regular
- Joined
- Aug 31, 2011
- Messages
- 52
A change in a pivot cell (here: B1) does not work with the code below. Any ideas?
Private Sub Worksheet_Change(ByVal Target as Range)
If Target.Address = "$B$1" Then
End SubMsgBox "Re-populate tables and print"
End If