Hello everyone,
I am on a work-study program in a company that asks me to make a macro to automate the filling of the assembly BOM as well as possible and he wants to add the possibility of creating two columns at the end of this table, splitting them and anchoring it against the beginning of the table but all in VBA.
When I wanted to save the macro, nothing relevant when splitting or moving appeared.
So I'm here to ask my question^^
Thank you in advance for the attention brought here!
VF.
See these topics to get a lead:
https://r1132100503382-eu1-3dswym.3dexperience.3ds.com/#community:yUw32GbYTEqKdgY7-jbZPg/iquestion:xKkV0DdoQ4WtNW3m7POBBw
https://r1132100503382-eu1-3dswym.3dexperience.3ds.com/#community:yUw32GbYTEqKdgY7-jbZPg/iquestion:naUHwXHHRp-cCOqjC_DzoA
1 Like
Hello;
For the positioning of your Table (if the anchor point is set in your baseplane template.)
Use: swBOMConfigurationAnchor
View (http://help.solidworks/../swBOMConfigurationAnchorType_e)
And to split a Table:
Use : swTableSplitLocations
See: https://help.solidworks/../swTableSplitLocations
and
swTableSplitDirection_e
https://help.solidworks/../swTableSplitDirection_e
Kind regards.
2 Likes