Hi Team,
I am learning VBA Dictionary and trying to understand the below line.
I stuck only with with word Nothing.
Can you someone tell what that Nothing word means.
With Dict
For Each Cl In Sht2.Range("A2:A" & sht2UsdRws)
If Not .exists(Cl.Value) Then .Add Cl.Value...