Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set wb1 = Workbooks("AMSRRList.XLSX")
Dim wb as workbook
For each was in workbooks
Debug.print wb.name
Next
Dim wb as workbook
For each wb in workbooks
Debug.print wb.name
Next
dim wb1 as workbook
Set wb1 = Workbooks("AMSRRList.XLSX")
If wb1.Sheets("Mag-26").Cells(rowAMSRRList, 1).Font.ColorIndex = 3 Then
[b]ThisWorkbook[/b].Sheets("Part_List").Cells(rowPartList, 1) = wb1.Sheets("Mag-26").Cells(rowAMSRRList, 1)