Good Afternoon,
I'm using the following code to scan a folder of all *.XFDF files and inport the results in excel. The macro works on a single file, but will not work in a loop. I'm open to suggestions. Thanks.
Sub GetFormData()
Dim XDoc As MSXML2.DOMDocument
Dim xEmpDetails As...