In VBA I have created a scripting dictionary called finDict that contains ~72k keys and items. I'm trying to write the list of keys to a worksheet.
The code below correctly prints all of the keys in finDict, but it is extremely slow:
For Z = 1 To finDict.Count...