Active X control error

tybaltlives

Active Member
Joined
Nov 6, 2006
Messages
414
I've run into this several times before in a variety of situations. Hoping to find a real solution this time.

I have both a combobox and a command button imbedded in my spreadsheet that run macros when clicked.

The problem is, every time I click on a control it makes the increases the size of the control and also decreases the size of the caption text. After about 5 clicks, the control is unreadable and also covering up the spreadsheet.

This is really annoying because sometimes it happens, sometimes it doesen't. In the past, I have had to use code to reset the pertinent parameters of the control after all macros have been run. But this is cumbersome.

Has anyone ever run into this issue AND FOUND A WAY TO FIX IT?

Thanks
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Code is the only way. Avoiding zoom levels other than 100% helps, but is not foolproof. ActiveX controls are simply not completely stable on worksheets.
 
Upvote 0
I've never seen a definitive fix, other than to use controls from the Forms Toolbar instead. I believe it has something to do with using a screen resolution other than the default.
 
Upvote 0
OK guys. Thanks. I suppose I could set up a form on the worksheet. If that avoids this issue.

Appreciate the feedback.

-R
 
Upvote 0

Forum statistics

Threads
1,223,157
Messages
6,170,420
Members
452,325
Latest member
BlahQz

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