Nov 17th 2016 #1 Hello,I need to make a doubleline from the left margin to the right margin - and have tried to use the following command Code Wp.ASet(WPAT_BorderFlags, WPBRD_DRAW_Top); But it only makes a single line - so what can I do for making a double line?thanks in advance,Michael
Nov 19th 2016 #2 You can select from different border types:WPRichTExt1.ASet(WPAT_BorderFlags, WPBRD_DRAW_Top); WPRichTExt1.ASet(WPAT_BorderTypeT, WPBRD_DOUBLE);