Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: 33456
  • Content: Threads
  • Order by date
  1. 33456

    SW VBA CustomInfo

    How can i get info from the Configuration Specific tab ?? This is how to do it for the Custom tab: Dim swApp As Object Dim part As Object Dim what As String Sub main() Set swApp = Application.SldWorks Set part = swApp.ActiveDoc what = part.CustomInfo2("", "M_opm_part") MsgBox what End Sub
  2. 33456

    Check BOM on sheet

    How can i check on what sheet a bom is. I have several sheets and several boms, only 1 on a pge offcourse. please fill in the blanks .. Sub checkbom() Dim bom_aanwezig As SldWorks.Feature Dim swBomFeat As SldWorks.BomFeature Dim vTableArr As Variant Dim swTable As SldWorks.TableAnnotation Set...
  3. 33456

    Drawing view scale + SW VBA

    I want to check each drawing view in my drawing on theire scale and make it 1:1 if necesarry. How ?? This i got: Dim Mloopdoorfeaturetree As SldWorks.Feature Dim Mtellerviewport Dim Msoort, MSubsoort, Msubsoort2, Mschaalview Set Mloopdoorfeaturetree = swModel.FirstFeature Mtellerviewport = 0...
  4. 33456

    SW VBA

    How can i delete my 'sheet format' with VBA ?!?

Part and Inventory Search