Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Control Toolbox Check Mark Size

How do yo make the check box bigger in size???
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default 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???

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default 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???

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default 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???

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i change the size of a form control check box? pawlingJohn Excel Discussion (Misc queries) 2 January 15th 09 04:07 PM
Control toolbox text box font size Geoff Excel Discussion (Misc queries) 1 December 12th 07 02:03 PM
Increase size of a Forms Check Box (click on to enter check mark) 718Satoshi Excel Discussion (Misc queries) 0 August 17th 07 01:52 AM
how to increase the height of a check box from the control toolbox steve-o Excel Discussion (Misc queries) 1 June 9th 05 03:53 AM
Controls Toolbox control vs Form Toolbox control Tony_VBACoder Excel Programming 3 January 28th 05 08:30 AM


All times are GMT +1. The time now is 10:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"