DXF files are basic text files so VBA has no problem in opening, reading then closing them.
The difficult part is to understand the DXF file format so you can write the VBA code to parse the file and find the information you are looking for.
I always try to use R12 DXF's as the format is simpler than later versions.