I need help with Excel refresh query when I use entry form.
If I enter the data directly to the table the following code work fine, but when I use the entry form does to refresh automatic.
Private Sub Worksheet_Change(ByVal Target As Range)
ThisWorkbook.RefreshAll
End Sub