User Forms

H

Howard Irwin

I am trying to create a user form. I have colum of checkboxes. I want to
make sure that they are in a straight line so I hold down the CTRL key while
I click each checkbox. Then I right click to select align. The problem is
that multiple copies of the checkboxes are created on top of the original.
How do I stop this from happening? I didn't have the problem when I was
running Office XP but since I was upgraded to Office 2003, I've been having
the problem.
 
J

Jonathan West

Howard Irwin said:
I am trying to create a user form. I have colum of checkboxes. I want to
make sure that they are in a straight line so I hold down the CTRL key
while
I click each checkbox. Then I right click to select align. The problem
is
that multiple copies of the checkboxes are created on top of the original.
How do I stop this from happening? I didn't have the problem when I was
running Office XP but since I was upgraded to Office 2003, I've been
having
the problem.

Select the set of checkboxes. Right-click and select Properties. In the
properties window, you can now type a value into the Left property and it
will be applied to all the selected checkboxes, aligning them.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top