Sub Getdata()
For i = 2 To 5
Dim WB1 As Workbook
Workbooks.Open Filename:="C:\Users\user\Documents\KT\投資理財\Excel分析模組\" & Range("A" & i) & "季報.xlsx", UpdateLinks:=False, ReadOnly:=True
Set WB1 = ActiveWorkbook
With Workbooks(財報統計表).Worksheets("sheet1")
Range("E" & i).FormulaR1C1 = "=[" & Range("A" & i) & "季報.xlsx]ISQ!R4C2"
Range("F" & i).FormulaR1C1 = "=[" & Range("A" & i) & "季報.xlsx]ISQ!R5C2"
End With