Form Control Check Box randomly reduces to a miniscule size when clicked

surkdidat

Well-known Member
Joined
Oct 1, 2011
Messages
582
Office Version
  1. 365
I have 7 check boxes on a front page to hide and unhide certain tabs in a workbook. This has worked fine for months.

Very recently, for no reason whatsoever, when they are clicked on, they reduce to a complete, almost non visable size, making it almost impossible for the end user to see to click on.

Is there anything that can be added to the vba coding (for example) so they automatically resize after being clicked)? Or simply, an easy solution to stop them randomly resizing themselves?!
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
I think this is common with activex controls. I typically set the font size in the _click event, for example:

CommandButton1.Font.Size = 10

This way, every time the control is used, the font size is reset.
 
Upvote 0
I think this is common with activex controls. I typically set the font size in the _click event, for example:

CommandButton1.Font.Size = 10

This way, every time the control is used, the font size is reset.
Apologies, this is an ActiveX Checkbox, not a button
 
Upvote 0

Forum statistics

Threads
1,215,086
Messages
6,123,031
Members
449,092
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top