View Single Post
 
Old 12-23-2018, 06:17 PM
bearcublandon bearcublandon is offline Windows 10 Office 2016
Novice
 
Join Date: Dec 2018
Posts: 24
bearcublandon is on a distinguished road
Default

So to modify the code, I would first have to modify the the paragraph object from (1) to (5)

from
Set Rng = .Range.Paragraphs(1).Range

To
Set Rng = .Range.Paragraphs(5).Range

Is there any other line of code that I would need to alter to pick up the name starting at the 23 character on that line (the string length of Name of Participant: plus 2 extra spaces).

Michael
Reply With Quote