Group: microsoft.public.word.vba.general
From: =?Utf-8?B?TGVuZSBGcmVkYm9yZw==?=
Date: Saturday, February 09, 2008 6:55 PM
Subject: Re: VBA code to go from one macrobutton to another one

MacroButtons _are_ fields. In your document, try to press F11. This should
bring you to the next field which may be one of your MacroButton fields - if
you have other types of fields (e.g. cross-references) in your document, F11
will also stop at those fields.

In general, you can insert fields via Insert > Field or you can press
Ctrl+F9 to insert a pair of field braces and then type the relevant field
code between the braces.

See also:
http://www.word.mvps.org/FAQs/TblsFldsFms/UsingMacroButton.htm

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


"cyberdude" wrote:

> On 2月10日, 上午5時43分, Lene Fredborg
> wrote:
> > Why not skip the macro solution in this case and let the users go from field
> > to field using F11. You can let the text in each MacroButton field explain
> > what to do (e.g. [enter name]). F11 selects the next field and the user can
> > just type the desired text which will replace the MacroButton field.
> >
> > --
> > Regards
> > Lene Fredborg
> > DocTools - Denmarkwww.thedoctools.com
> > Document automation - add-ins, macros and templates for Microsoft Word
>
> Thanks for your message.
> Will you please tell me how to insert a field? Thanks again.
>
> David
>