Can my code be less glitchy when it’s coping data from one tab to another?
When i select input from tab 2 it flickers between tab 1 & 2. How can it be smoother?
Sub CopySource()
Dim wsData As Worksheet
Dim iRow As Long
Set wsData = Sheets("Input")
Set wsT = Sheets("Tracker")
Set work =...