Recent content by Tr4pZ

  1. T

    I'm gonna kill MS Word. Display ONE page per window?

    Looks like the problem is still actual... here is a workaround which should fix the problem in most cases: 'use all of this in your normal template Sub AutoNew() ' when you creating a document onePage100 End Sub Sub AutoOpen() ' when you open a document onePage100 End Sub Sub...