I need to code a macro which will search and replace a particular text. But the problem is I need to run it in background permanently so that as soon as the user types the particular word and presses space bar to the type the next word, the replacing should take place then and there. Similiarly this should continue till the user closes the Word file.

Any idea how to implement this?