Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

How to load up SolidWorks from Visual Basic

Status
Not open for further replies.

Guest
I want to load up a SolidWorks file from VB but I cannot figure out how to do it? Can somebody help?

t.voralia@btopenworld.com
 
Replies continue below

Recommended for you

Dim swApp as Object

Set swApp = CreateObject("SldWorks.Application")
or
Dim swApp as New SldWorks.Application

swApp.Visible = True

Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor