Group: microsoft.public.word.vba.general
From: cyberdude
Date: Saturday, February 09, 2008 5:19 AM
Subject: VBA code to go from one macrobutton to another one

Hi,

I have several macrobuttons in a document and a few of these examples
are "name", "address", "phone no". They are coded in the form of
{macrobutton nomacro XXXX} which acts as a text holder.

I want to write a VBA code to do the following:

1.) jump from one macrobutton to another one
2.) it prompts me for an input using a message box and that input can
replace the macrobutton. For example, "name" above will be replaced
by John, etc.

Can anyone help me with the above?

Thank you.

David