Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do yo make the check box bigger in size???
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is more than one way, depending on the source of the control. In any
case, you can manually size the checkbox with a mouse by grabbing one of the node handles and stretching up or sideways. If Acive X type then in code you set the Left and Top properties. If a forms type then in code you set the height and width properties. Check the VBA help files "Active X ControlsCheckbox" and "CheckBox(Forms)" for more details. "Hamed parhizkar" wrote: How do yo make the check box bigger in size??? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have tried both of those, it makes the area bigger but the check box stays
the same size??? "JLGWhiz" wrote: There is more than one way, depending on the source of the control. In any case, you can manually size the checkbox with a mouse by grabbing one of the node handles and stretching up or sideways. If Acive X type then in code you set the Left and Top properties. If a forms type then in code you set the height and width properties. Check the VBA help files "Active X ControlsCheckbox" and "CheckBox(Forms)" for more details. "Hamed parhizkar" wrote: How do yo make the check box bigger in size??? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't believe the actual checkbox where the check appears can be changed.
Only the text area is provided for in the properties. "Hamed parhizkar" wrote: I have tried both of those, it makes the area bigger but the check box stays the same size??? "JLGWhiz" wrote: There is more than one way, depending on the source of the control. In any case, you can manually size the checkbox with a mouse by grabbing one of the node handles and stretching up or sideways. If Acive X type then in code you set the Left and Top properties. If a forms type then in code you set the height and width properties. Check the VBA help files "Active X ControlsCheckbox" and "CheckBox(Forms)" for more details. "Hamed parhizkar" wrote: How do yo make the check box bigger in size??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can i change the size of a form control check box? | Excel Discussion (Misc queries) | |||
Control toolbox text box font size | Excel Discussion (Misc queries) | |||
Increase size of a Forms Check Box (click on to enter check mark) | Excel Discussion (Misc queries) | |||
how to increase the height of a check box from the control toolbox | Excel Discussion (Misc queries) | |||
Controls Toolbox control vs Form Toolbox control | Excel Programming |