You can set a decimal tab via code like so.
VB Code:
Selection.ParagraphFormat.TabStops(InchesToPoints(0.35)).Position = InchesToPoints(0.35) Selection.ParagraphFormat.TabStops.ClearAll ActiveDocument.DefaultTabStop = InchesToPoints(0.5) Selection.ParagraphFormat.TabStops.Add Position:=InchesToPoints(0.35), Alignment:=wdAlignTabDecimal, Leader:=wdTabLeaderSpaces





Reply With Quote