That way would work, but what I'm trying to do is select a known line on the document. In VBA, a command like ActiveDocument.Paragraphs(1).range can be used to select a specific line on the document (in this case the 1st) but I can't seem to be able to convert this command ....
Thanks anyway.