Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a macro that inserts checkboxes to every cell in a range. My macro uses the following code to add the checkboxes: ..Parent.CheckBoxes.Add (Top:=.Top, Width:=.Width, Left:=.Left, Height:=.Height) When I tried changing the parameters for Top, Width, Left, and Height, only the boxes surrounding the checkboxes changed, not the checkboxes themselves. Is there a way to increase the size of the checkboxes? Thank you very much for your help! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Not that I know of. -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Magnivy" wrote in message Hello, I have a macro that inserts checkboxes to every cell in a range. My macro uses the following code to add the checkboxes: ..Parent.CheckBoxes.Add (Top:=.Top, Width:=.Width, Left:=.Left, Height:=.Height) When I tried changing the parameters for Top, Width, Left, and Height, only the boxes surrounding the checkboxes changed, not the checkboxes themselves. Is there a way to increase the size of the checkboxes? Thank you very much for your help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Resizing an activex checkbox control | Excel Worksheet Functions | |||
link a checkbox in a sheet to a checkbox on a userform? | Excel Programming | |||
Resizing cells in a selection without resizing entire sheet | Excel Discussion (Misc queries) | |||
checkbox on form reset from checkbox on sheet | Excel Programming | |||
Checkbox Resizing | Excel Discussion (Misc queries) |