currently finalizing VB5 application that be will compiled for distribution. application uses: Set myAcad = CreateObject("AutoCAD.Application") to establish autocad2002 session so application can manipulate titleblocks in .dwg's that user selects. question: is there a way to suppress seeing the autocad session when "Set myAcad = CreateObject("AutoCAD.Application")" executes? yes, have set "AcadApplication.Visible = False" but that of course does not suppress seeing autocad session when launched. marklewis