Good Day,
I've experienced this problem in the past but it's not been critical since my documents were small. But now that I'm working on larger documents, it's become a problem.
I've written a script to set several BuiltInDocumentProperity fields. When I run the script it recalculates the word count after setting each property.
For example, the code below will invoke the process, "Word is calculating the word count", after each command. For a set of large documents, it adds a considerable amount of time to the process.
.BuiltInDocumentProperties(wdPropertyAuthor) = pstrAuthor
.BuiltInDocumentProperties(wdPropertyCompany) = pstrCoName
.BuiltInDocumentProperties(wdPropertyHyperlinkBase) = pstrHLBase
I've set both Application.Options.Pagination and Application.Options.AllowFastSaves to False, but to no avail.
Is there a flag I'm missing or am I stuck with this problem.
Thanks for any help you can provide.
Randy Johnston
Best Software, Inc.
I've experienced this problem in the past but it's not been critical since my documents were small. But now that I'm working on larger documents, it's become a problem.
I've written a script to set several BuiltInDocumentProperity fields. When I run the script it recalculates the word count after setting each property.
For example, the code below will invoke the process, "Word is calculating the word count", after each command. For a set of large documents, it adds a considerable amount of time to the process.
.BuiltInDocumentProperties(wdPropertyAuthor) = pstrAuthor
.BuiltInDocumentProperties(wdPropertyCompany) = pstrCoName
.BuiltInDocumentProperties(wdPropertyHyperlinkBase) = pstrHLBase
I've set both Application.Options.Pagination and Application.Options.AllowFastSaves to False, but to no avail.
Is there a flag I'm missing or am I stuck with this problem.
Thanks for any help you can provide.
Randy Johnston
Best Software, Inc.