J
Jean-Baptiste
Hello,
My macro consist in looking for all commments in a document and getting
the page number.
I use somethong like this:
....
for each com in theDocument.Comments
number = com.Scope.Information(wdActiveEndPageNumber)
...
next
My problem is that each time Information is called it cause the document
to be repaginated which takes a long (wast of ) time.
How can I prevent this?
(it should be possible to just repaginate one time)
JB
Thanks
My macro consist in looking for all commments in a document and getting
the page number.
I use somethong like this:
....
for each com in theDocument.Comments
number = com.Scope.Information(wdActiveEndPageNumber)
...
next
My problem is that each time Information is called it cause the document
to be repaginated which takes a long (wast of ) time.
How can I prevent this?
(it should be possible to just repaginate one time)
JB
Thanks