Importing .dxf files with VBA

Importing .dxf files with VBA

RalphBrown99
Advocate Advocate
971 Views
1 Reply
Message 1 of 2

Importing .dxf files with VBA

RalphBrown99
Advocate
Advocate

 

Hi:

 

I am trying to import-copy- a group of .dxf files (more than 50) using VBA. The idea is to copy the data from this files in anyway, either opening the file using copy command in the original files and the paste command in the final file, using insert or the regular import option.

 

Is this possible to write a piece of code with this functionality?

 

 

Thanks

 

 

Rafael 

0 Likes
972 Views
1 Reply
Reply (1)
Message 2 of 2

adam.nagy
Autodesk Support
Autodesk Support

Hi,

 

Have a look at AcadDocument.Import()

 

I hope this helps.

 

Cheers,

Adam Nagy

Autodesk Developer Network



Adam Nagy
Autodesk Platform Services
0 Likes