Hello I am trying to modify a code that i got for importing into a excel file, this is the code that i currently have
Sub Get_Data_From_File()
Dim FileToOpen As Variant
Dim OpenBook As Workbook
Dim ws1 As Worksheet, ws2 As Worksheet
Dim destLastRow As Long, sourceLastRow As...