Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 1, 2007 at 10:16 am #4403 userParticipant can you tell me please why this doesnt work document.selection.Replace(“.s”, “.n”, eeFindReplaceRegExp | eeFindReplaceQuiet | eeReplaceAll); it should replace . + space with . + ENTER but it does nothing June 1, 2007 at 1:57 pm #4405 MichaelMember Do not forget about document.selection.Replace(“.s”, “.n”, eeFindReplaceRegExp | eeFindReplaceQuiet | eeReplaceAll); June 1, 2007 at 2:56 pm #4406 userParticipant thanks, but why do I need to put two times the escape character ? June 2, 2007 at 8:29 am #4411 MichaelMember char “” is escape char in all programming languages. n – new line t – tab ” – “ ‘ – ‘ – etc. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Questions and Answers about Macros’ is closed to new topics and replies.