get the first line of the first page

J

john smith

Hi,

I have title and description(paragraph) and date created on the first page.
I need to get the title which is the first sentence and located in the first
page.

I don't know how to to this and I tried with many methods, all fails
miserably and always scanning all paragraph beyond first the page :(

Please help me! Thanks
John...
 
J

Jezebel

Activedocument.paragraphs(1)


Depending on what you're actually trying to do, there are likely to be
better ways, eg --

1. Use the Title, creation date, and comments document properties, and
insert them into the document using DocProperty fields.
2. Format the information using distinct styles and use StyleRef fields.
 
Top