Quote:
Could you explain to me what these lines of code do?
|
1. Try deleting or commenting-out:
and see what happens.
2. The line:
Code:
r = ((i - 1) / NumCols + 1) * 3 - 2
tells Word how many rows to go down on each iteration.
Quote:
Bold this part of the only:
|
After:
Code:
.Characters.Last.Previous = vbNullString
insert:
Code:
.Collapse wdCollapseStart
.MoveEndUntil ":"
.End = .End + 1
.Style = wdStyleStrong