PDA

View Full Version : Export Comments with details as Page Nbr, Sec No, Author to another word document



arvind_cts
09-10-2008, 10:17 PM
Hi,

I would like to know if it possible to export comments from a Word document and associated details such as Page Number, Section Number, Line number into another word document. Currently, I am able to retrieve them into a Word Dcoument details such as Index, Initial, Author, Comments and Date when the comments have been made.

i ried to retrieve the page numbr as follows
Dim cComment as Comment
dim numPage as Integer
numPage = oComment.Range.Information(wdActiveEndPageNumber )

this does not retrieve any value. Pls help me in this regard.

Regards,
Arvind

TonyJollans
09-13-2008, 12:54 AM
Try, instead, ..

numPage = oComment.Scope.Information(wdActiveEndPageNumber )