Yes, thanks.
My concern is that with the sequence field say, as they cut and paste
sections of the document, the sequence field will immediately after the
paste look as if things are out of sequence to them. While I think I could
have fields update on open, or print, or save, I don't know of a way to make
it happen immediately after a paste (or a delete).
thanks again,
Chip
> Hi Chip,
>
[quoted text clipped - 18 lines]
> This reply is posted in the Newsgroup; please post any follow question or
> reply in the newsgroup and not by e-mail :-)
Cindy M -WordMVP- - 27 Jan 2004 16:56 GMT
Hi Chip,
> My concern is that with the sequence field say, as they cut and paste
> sections of the document, the sequence field will immediately after the
> paste look as if things are out of sequence to them. While I think I could
> have fields update on open, or print, or save, I don't know of a way to make
> it happen immediately after a paste (or a delete).
Well, with delete the WindowSelectionChange event comes to mind (assuming the
user doesn't simply overtype). Or even remapping the delete key (KeyBindings
collection).
And you should also be able to "remap" the EditPaste command. Put a procedure
of this name in the template project, then code it to do what you want.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)