B
Barry Lennox
Can anyone tell me why this macro does not run when cell value changes
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$2" Then Call Refresh
End Sub
Formula in "A2" is =Entry!$K$2 ("Entry") is anothe worksheet in same workbook
Barry
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$2" Then Call Refresh
End Sub
Formula in "A2" is =Entry!$K$2 ("Entry") is anothe worksheet in same workbook
Barry