I've trying to get ReduceData working on a document, but before I insert it my main script I created a simple sub which only runs ReduceData, but it's been stalling everytime and if I reduce from the file menuj it's very quick. This is all my sub is doing
Sub TestReduce ActiveDocument.ClearAll true ActiveDocument.ReduceData false, null End Sub