I have multiple .xml files in a folder and I need to place them in an Excel worksheet one on top of the other.
So far with the code below, it works to extract the first file, but when trying to extract the next file, I get the error...
Sub LoopThruFolder()
Dim MyFile As String
Dim...