Code: Select all
BoolStatus = ModelDocExtension.SetUserPreferenceDouble(swDetailingTablesVerticalPadding, swDetailingNoOptionSpecified, VerticalCellPadding * 0.0254)
BoolStatus = ModelDocExtension.SetUserPreferenceDouble(swDetailingTablesHorizontalPadding, swDetailingNoOptionSpecified, HorizontalCellPadding * 0.0254)
but SolidWorks seems to ignore this as well. While I have lots of other code that successfully manipulates table attributes and values, I have found no methods to successfully programatically change the cell padding. I have found a lot of SPRs regarding this issue, going way back. Has anyone found a VBA work around?