Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I see many questions on how to create a checkbox, but resizing the the
checkbox itself seems to be my problem. Can't figure it out. I notice there was another request for this problem but it went unanswered hopefully I have better luck. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Nel
You can change the Top,Width,Left,Height With Range("c3") ActiveSheet.CheckBoxes.Add(Top:=.Top, Width:=.Width, _ Left:=.Left, Height:=.Height).Select End With -- Regards Ron de Bruin http://www.rondebruin.nl "Nel" wrote in message ... I see many questions on how to create a checkbox, but resizing the the checkbox itself seems to be my problem. Can't figure it out. I notice there was another request for this problem but it went unanswered hopefully I have better luck. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Budget vs. Actual | Excel Discussion (Misc queries) | |||
EXCEL FORMS CHECKBOX | Excel Worksheet Functions | |||
copy many CHECKBOX | Excel Discussion (Misc queries) | |||
XL 03:Side by side windows: as you resize one workbook, the other. | Excel Discussion (Misc queries) | |||
resize control checkbox with cell | Excel Discussion (Misc queries) |