Doug
Thu Oct 20 12:43:45 CDT 2005
Either create a second bookmark in the template and add another line of
code:
ActiveDocument.Bookmarks("newbookmarkname").Range.InsertBefore Format(Order,
"00#")
Or in the location where you want the number to be duplicated, insert a
cross reference to the text of the Order bookmark and add a line
ActiveDocument.Fields.Update
to the code so that it updates the cross reference field to show the value
that was entered into the bookmark
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"Bruno Coelho" <coelhones85@hotmail.com.pizzadox> wrote in message
news:2991381E-DB3D-48EE-801A-CD2A1428E3FA@microsoft.com...
> Thanks
> one part is resolved, buit i have another part that appear!!!
> when i put the macro it works well in the first box, but i have another
> one,
> that i want to put the same value that are in the box. how i do this??
>
> thanks for any help.
>
> "Greg" escreveu:
>
>>
http://word.mvps.org/FAQs/MacrosVBA/NumberDocs.htm
>>
>>