ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MKMartin Kasanický22/01/2025

Hi

Whatever I am trying, I just cannot get individual cell values from BOM table in drawing this is the code I have. Can you help me with this?

Dim swDraw As SldWorks.DrawingDoc Dim swBomTable As SldWorks.BomTable Dim swSheet As SldWorks.Sheet Dim swTable As SldWorks.TableAnnotation Set swModel = swApp.OpenDoc6(DrawingFiles(i), swDocumentTypes_e.swDocDRAWING, swOpenDocOptions_Silent, "", NErrors, NWarnings)