Thanks for the try. But i am facing an issue at
Throwing an error as "Object Required".Code:For i = LBound(DataHeader) To UBound(DataHeader) If Len(Trim$(DataHeader(i))) Then If Not dic.exists(Trim$(DataHeader(i))) Then Counter = Counter + 1 dic.Add Trim$(DataHeader(i)), Counter End If End If Next Application.ScreenUpdating = j
Regards,
-Dhiraj




Reply With Quote

Bookmarks