Word VBA>Adding a border to every nth row of a word table ... Rows.Count 'Restore borders to every 2nd row If i Mod 2 = 0 Then With .Rows(i) ...
確定! 回上一頁