I am using the VB Editor in Word97 to code a macro.
Is there any way I can hide the process of a macro when it is running? For example:

I have a macro that opens another document, finds all the occurences of the word "today" and changes them to "tomorrow" and then closes that document.

When this macro is run, I can SEE the new document being opened and the words replaced but I want this to be hidden from the user.

Any ideas on how I could do this?

Thanks in advance.