Using VB editor in Word97, is it possible to make a macro that inserts invisible text into a document?

I am using the Selection.InsertBefore and Selection.InsertAfter methods, but I do not want the whole selection invisible. Is there a way to set the visible property of the inserted text to false or something similar?