How do I activate the round to fraction flag in VB.
So far I got the following bit that works well.
Part.SetUserPreferenceIntegerValue swUnitsLinear, swFEETINCHES
Part.SetUserPreferenceIntegerValue swUnitsLinearDecimalDisplay, swFRACTION
Part.SetUserPreferenceIntegerValue swUnitsLinearFractionDenominator, 16
Thanks
SW 2006
So far I got the following bit that works well.
Part.SetUserPreferenceIntegerValue swUnitsLinear, swFEETINCHES
Part.SetUserPreferenceIntegerValue swUnitsLinearDecimalDisplay, swFRACTION
Part.SetUserPreferenceIntegerValue swUnitsLinearFractionDenominator, 16
Thanks
SW 2006