Let's assume the value of CStr(Range("F" & z)) = "x"DXNRY(CStr(Range("F" & z))) = 1
The line is setting Item property of dictionary for "x" to 1
In other words, it is equivalent to
It is not an Index, so 1 could be anything.![]()
DXNRY.Add CStr(Range("F" & z).Value), 1
Bookmarks