Hi,
I've posted this to your other threads:
Sub SummariseYear()
Application.DisplayAlerts = False
Dim xwb As Workbook
Dim xws As Worksheet
Set xwb = ActiveWorkbook
Set xws = xwb.Worksheets("a")
Dim wb As Workbook
Dim ws As Worksheet
Dim sPath As String
Dim sFile(11) As ...



