Say I have just used vba code to insert some plain text into the middle of a document (by using a placeholder bookmark, or a range variable, or less likely, a selection related location), now I want further to manipulate the newly inserted text in vba.
1. Is there a 'best-practice' or method of choice to refer to the newly inserted text.
2. Would the same method be used to identify the range having pasted from Excel using the likes of .PasteExcelTable?