Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Fred67

    Print an autocad file with Access 97

    Hello, I can open an autocad file with an access macro, the code : Dim mycad As Object Dim mycdoc As Object Set mycad = CreateObject("AutoCAD.application") Set mycdoc = mycad.ActiveDocument mycad.Application.Visible = True mycdoc.Open ("\test.dwg") But anyone know what is...

Part and Inventory Search

Back
Top