ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Control Toolbox Check Mark Size (https://www.excelbanter.com/excel-programming/409129-control-toolbox-check-mark-size.html)

Hamed parhizkar

Control Toolbox Check Mark Size
 
How do yo make the check box bigger in size???

JLGWhiz

Control Toolbox Check Mark Size
 
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???


Hamed parhizkar

Control Toolbox Check Mark Size
 
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???


JLGWhiz

Control Toolbox Check Mark Size
 
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???



All times are GMT +1. The time now is 04:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com