hi, is there any tip or guideline to speed up a document bookmark update
(from vb6 program) ..
we are trying both bookmark.range.text, both wdsetfields .. any other
suggestion ?
thak in advance
best regards

Signature
Enrico Sabbadin
MTS/COM+/VBCOM/.NET FAQ: http://www.sabbasoft.com
BLOG: http://www.sabbasoft.com/myblog
Doug Robbins - Word MVP - 05 Apr 2007 04:54 GMT
If are selecting the bookmark before updating it's range, do not do that.
All you need do is refer to the .Range of the bookmark.
It may be quicker to use { DOCVARIABLE varname } fields instead of bookmarks
and store the data in the variables and then use
ActiveDocument.Range.Fields.Update
just one time.

Signature
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
> hi, is there any tip or guideline to speed up a document bookmark update
> (from vb6 program) ..
[quoted text clipped - 3 lines]
> thak in advance
> best regards