I’m attempting to add a “Y” to ws1, Column Q
This only adds “Y” from the last item in ws6.
I do not understand what I’m doing wrong.
Sub MacroUpdateY2()
Dim Cl As Range
Dim sKey As String
Dim ws1 As Worksheet
Dim ws6 As Worksheet
Set ws6 = Sheets("6")
Set ws1 =...