Hi All,

Bascially i have a bookmark "Claim_No", i want to be able read the data that
has been entered against it. I have had one of those days and i know it is
simple, but i just can't seem to remember how to do it.

Can someone please show me an example so that i can store it again in the
memorybank.

TIA

Justin

RE: Reading text at bookmark field by lf

lf
Sat May 19 06:34:06 CDT 2007

The following will return the text within the bookmark named "Claim_No":
activedocument.Bookmarks("Claim_No").Range.Text

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"Justin" wrote:

> Hi All,
>
> Bascially i have a bookmark "Claim_No", i want to be able read the data that
> has been entered against it. I have had one of those days and i know it is
> simple, but i just can't seem to remember how to do it.
>
> Can someone please show me an example so that i can store it again in the
> memorybank.
>
> TIA
>
> Justin

RE: Reading text at bookmark field by Justin

Justin
Sun May 20 19:43:00 CDT 2007

Hi Lene,

Excellent - thank you for quick responce.

As soon as i read it the penny dropped again.


Regards

Justin

"Lene Fredborg" wrote:

> The following will return the text within the bookmark named "Claim_No":
> activedocument.Bookmarks("Claim_No").Range.Text
>
> --
> Regards
> Lene Fredborg
> DocTools - Denmark
> www.thedoctools.com
> Document automation - add-ins, macros and templates for Microsoft Word
>
>
> "Justin" wrote:
>
> > Hi All,
> >
> > Bascially i have a bookmark "Claim_No", i want to be able read the data that
> > has been entered against it. I have had one of those days and i know it is
> > simple, but i just can't seem to remember how to do it.
> >
> > Can someone please show me an example so that i can store it again in the
> > memorybank.
> >
> > TIA
> >
> > Justin