Here is my whole code, the code in previous threads are not included but should come at the end.
I appologize, i didnt know how to put the code in the nice box like you did.
Sub Aisles()
'
' Aisles Macro
'
'
Application.DisplayAlerts = False
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 7 JEWELRY CABINET.xlsx"
Range("B2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 7 JEWELRY CABINET.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\Food Room Book 2.0.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("Food Room Book 2.0.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 6 SEASONAL & J356 MUGS.xlsx"
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 6 SEASONAL & J356 MUGS.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 7 CAGE.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 7 CAGE.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 7 NON-CONVEYABLE.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 7 NON-CONVEYABLE.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 8 CUBE AREA.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 8 CUBE AREA.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 8 FRAGRANCE RACKS.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 8 FRAGRANCE RACKS.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 9.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 9.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 10.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 10.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 11.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 11.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 12 FRAGRANCE.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 12 FRAGRANCE.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 14.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 14.xlsx").Activate
ActiveWindow.Close
Workbooks.Open Filename:= _
"\\barracuda\sls_depts\DEPTS\SRG\Logistics\INVENTORY\CSG HALLMARK MASTER INVENTORY\AISLES\AISLE 20.xlsx"
Range("A2:J3000").Select
Selection.Copy
Windows("OHCompare.xlsx").Activate
ActiveSheet.Paste
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Windows("AISLE 20.xlsx").Activate
ActiveWindow.Close
Range("A1:G799").Select
Application.CutCopyMode = False
ActiveWorkbook.Worksheets("Master Sheet").Sort.SortFields.Clear
ActiveWorkbook.Worksheets("Master Sheet").Sort.SortFields.Add Key:=Range( _
"C2:C798"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal
With ActiveWorkbook.Worksheets("Master Sheet").Sort
.SetRange Range("A1:J40000")
.Header = xlYes
.MatchCase = False
.Orientation = xlTopToBottom
.SortMethod = xlPinYin
.Apply
Application.ScreenUpdating = False
Columns("B:B").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Application.ScreenUpdating = True
Sheets("Master Sheet").Select
Sheets("Master Sheet").Copy After:=Sheets(1)
Sheets("Master Sheet (2)").Select
Sheets("Master Sheet (2)").Name = "OnHand"
Sheets("Master Sheet").Select
Columns("H:J").Select
Selection.Delete Shift:=xlToLeft
Columns("B:B").Select
Selection.Delete Shift:=xlToLeft
Range("A1:F7156").Select
ActiveWorkbook.Worksheets("Master Sheet").Sort.SortFields.Clear
ActiveWorkbook.Worksheets("Master Sheet").Sort.SortFields.Add Key:=Range( _
"A2:A7156"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal
With ActiveWorkbook.Worksheets("Master Sheet").Sort
.SetRange Range("A1:F7156")
.Header = xlYes
.MatchCase = False
.Orientation = xlTopToBottom
.SortMethod = xlPinYin
.Apply
End With
Columns("B:D").Select
Selection.FormatConditions.AddUniqueValues
Selection.FormatConditions(Selection.FormatConditions.Count).SetFirstPriority
Selection.FormatConditions(1).DupeUnique = xlDuplicate
With Selection.FormatConditions(1).Font
.Color = -16383844
.TintAndShade = 0
End With
With Selection.FormatConditions(1).Interior
.PatternColorIndex = xlAutomatic
.Color = 13551615
.TintAndShade = 0
End With
Selection.FormatConditions(1).StopIfTrue = False
Range("A2").Select
Sheets("OnHand").Select
Range("A2").Select
End With
End Sub