Is there a way to change the text color in an specific cell of a General Table?
I've notice that we can change the color of the entire table aplying the property color (VBA macro), like this...
swTable.GetAnnotation.Color = 230
But how about only an specifict text in a cell and not the entire table.
SolidworksApi macros