Hi,
Normally, if we use ws As worksheet or wb As workbook, at the bottom of code, we will write Set ws =Nothing / Set wb =Nothing
How about if we use rng = Worksheets("ORIGINATOR").Range("B" & j & ":B" & i), Do we need to write Set rng =Nothing?
then, I'm just want to know what is the important of set variable to "nothing"
Bookmarks