make checkboxes bigger

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a userform with a bunch of checkboxes. I was wondering if there is a
way to make the size of the boxes bigger? I've tried but all I can do is
make the "space" around the checkboxes bigger.

Also, is there a way to center the checkboxes within the "space"? It looks
like the checkboxes are left aligned by default.

Thank you.
 
Just to add. If you want to align multiple controls relative to each other,
you can select all the controls, then right click and select align from the
popup menu.
 
borg said:
Hi,

I have a userform with a bunch of checkboxes. I was wondering if there is
a
way to make the size of the boxes bigger? I've tried but all I can do is
make the "space" around the checkboxes bigger.

Also, is there a way to center the checkboxes within the "space"? It
looks
like the checkboxes are left aligned by default.

Thank you.

If your checkboxes are inside a frame, you can use the "Zoom" parameter of
the frame to increase the relative size of the checkboxes. You will then
probably have to adjust the height of each checkbox for a better fit.

George
 
Back
Top