After I put a control button in the word doc, I would like to know if there
is any easy way to move it around simply by dragging. When I tried to drag
it, the button always goes back to the left edge of the document. Thank you
for your help!

Re: move a control button by Klaus

Klaus
Thu Mar 09 13:43:22 CST 2006

"VBA Novice" wrote:
> After I put a control button in the word doc, I would like to know if
> there
> is any easy way to move it around simply by dragging. When I tried to
> drag it, the button always goes back to the left edge of the document.
> Thank you for your help!

You could put a tab in front of it, and use the ruler to set the tab to the
desired location?

Greetings,
Klaus



Re: move a control button by VBANovice

VBANovice
Thu Mar 09 15:39:30 CST 2006

Thanks, Klaus. That works for me!

"Klaus Linke" wrote:

> "VBA Novice" wrote:
> > After I put a control button in the word doc, I would like to know if
> > there
> > is any easy way to move it around simply by dragging. When I tried to
> > drag it, the button always goes back to the left edge of the document.
> > Thank you for your help!
>
> You could put a tab in front of it, and use the ruler to set the tab to the
> desired location?
>
> Greetings,
> Klaus
>
>
>

Re: move a control button by Klaus

Klaus
Thu Mar 09 16:48:06 CST 2006

>> "VBA Novice" wrote:
>> > After I put a control button in the word doc, I would like to know if
>> > there is any easy way to move it around simply by dragging.
>> > When I tried to drag it, the button always goes back to the left edge
>> > of the document.
>> > Thank you for your help!


>> You could put a tab in front of it, and use the ruler to set the tab to
>> the
>> desired location?


> Thanks, Klaus. That works for me!


Great! If you have some complex form, and/or want to add borders, you could
also consider putting the controls into a table.
You can then drag the column borders (directly or in the ruler).

Klaus