Dear All Master,
I want the code below to be an array vba code because the actual record is 100000 so it makes it very slow
thanks
roykana
Option Explicit
Sub Get_Data_From_File()
OptimizeVBA True
Dim FileToOpen As Variant
Dim OpenBook As Workbook
Dim wsSelect As Worksheet...