I would like to create macro buttons to change dimension values (precision) in a drawing from decimal to fractional, and one place to two place or four place to three place etc. I would like to be able to start the macro then select the dimension(s) to change. Otherwise right now I have to right click on a dimension and go into properties to set fraction or decimal display. Anyone know how to do this in VBA?? I tried the following code, "Part.SetUnits swINCHES, swFRACTION, 64, 3, True" but it changes all dimensions not just the selected dimension.... Any help would be great! Thanks