Import DXF

T

Tom Briers

Hi All,

I have a problem with the importing of a dxf/dwg file in visio 2003

I have the full path of the DXF/DWG file but is there a way to import it
onto a page using VBA without the user having to do anything????

I have tried Import, InsertObject, InsertFromFile but nothing seems to do
the trick.

Thanks in advance

Tom.
 
T

Tom Briers

Found a solution:

vsoApp.Addons.ItemU("Insert AutoCAD Drawing").Run ("/unit=" & visMeters & "
C:\XXX_2260_A_2_V11.dxf")

Greetz

Tom.
 
Top