Will someone help me if I narrow the problem down to this line...

[VBA]'If extensionAttribute14 is NOT null
If Not IsNull(objA14.Get("extensionAttribute14")) Then
If DumpFile And VerboseDump Then Print #2, "A14 contains: " + objA14.Get("extensionAttribute14")[/VBA]