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 TugboatEng 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

  • Thread starter Thread starter -
  • Start date Start date
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
 
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

Back
Top