Hi,
On my worksheet called G EXPENSES i have the following code in use but when i leave the cell i dont see the name appear straight away but more like 2 seconds later.
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("D5:D35")) Is Nothing Then
If...