Hi,
In a large data I am applying formula in a column through vba, and it is taking lot of time to fetch data, please help me how can I optimize this code, so the code can run fast.
For i = 2 To 480000
'Cells(i, 10).Select
Cells(i, 10).Formula = "=vlookup(A2,'2G_NSC RF Data'!A:F,2,0)"...