How to remove all from the scripting dictionary when running to separate extractions? I've read where you can use dict.removeall, but in this case, dict was not declared. Does it need to be declared somehow?
With CreateObject("scripting.dictionary")
For Each Cl In rng...