Hi Guys, I'm trying the following code but it returns with "Invalid qualifier" for "LastRow.Cpy", any suggestions?
Private Sub Rect143_Click()
Dim LastRow As Long
Dim FirstRow As Long
Open "C:\temp\TESTGC.XLS" For Input As #1 'open 1st excel file
LastRow =...