Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Replace character with page break

Tags:

ms-word

In MS Word I need to string replace a pattern ($$$newpage) with a page break. Is this possible with standard page search? Or do I need to do it programmatically?

like image 805
Gabber Avatar asked Aug 30 '12 15:08

Gabber


1 Answers

go to "find and replace" and enter your "find" character and replace it with ^m
You can read more about it here

like image 195
Nir Alfasi Avatar answered Jan 04 '23 05:01

Nir Alfasi