The dictionary items are not showing
Sub Tracker()Dim a, w(), i As Long, ii As Long, n As Long, z As String, ws As Worksheet, dic As Object
Sheets("Tracker").Range("a6: b100000 ").ClearContents
Set dic = CreateObject("Scripting.Dictionary")
dic.CompareMode = vbTextCompare
For Each ws In...