I can successfully use the Replace function when there's only one line of text. However, using it over a large document only ever returns the top line, and only the top line.
For example, take this:
________________
Hi there
My name is Colin
________________
When I replace "Colin" with "Fred", all I get is:
________________
Hi there
________________
Any ideas?
For example, take this:
________________
Hi there
My name is Colin
________________
When I replace "Colin" with "Fred", all I get is:
________________
Hi there
________________
Any ideas?