Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nel
 
Posts: n/a
Default How do I resize the actual Forms checkbox

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   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin
 
Posts: n/a
Default How do I resize the actual Forms checkbox

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
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
Budget vs. Actual Stanley Excel Discussion (Misc queries) 0 December 16th 05 08:59 PM
EXCEL FORMS CHECKBOX BLUOVAL Excel Worksheet Functions 3 October 17th 05 06:40 PM
copy many CHECKBOX Taha Elian Excel Discussion (Misc queries) 1 April 28th 05 06:06 PM
XL 03:Side by side windows: as you resize one workbook, the other. White bellied Excel Discussion (Misc queries) 1 April 25th 05 08:52 PM
resize control checkbox with cell packat Excel Discussion (Misc queries) 2 December 27th 04 01:16 PM


All times are GMT +1. The time now is 03:12 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"