Hi =?Utf-8?B?Q2hyaXMgTWNB?=,
> I'm just about to use an msOffice Online Chronological CV (minimalist theme)
> 8 of 29 and I've fallen at the first fence! What does "DoFieldClick" mean,
> please?
>
Word has GoTo and Macrobutton fields (you can see them in Insert/Fields and
read up on them in the Help). In order to activate these fields, the user
double-clicks (or, if a certain option has been set, single clicks).
DoFieldClick is the VBA equivalent of the user clicking, so that you can run
the fields using VBA.
Note 1: You could have gotten your answer by going into the VB Editor
(alt+F11), typing DoFieldClick into a module, then pressing F1 to open the
Help.
Note 2: a better place to ask VBA questions would be one of the word.vba
newsgroups. this group is aimed primarily at end users
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
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 :-)