Form Controls was duplicated

HoangNguyen

New Member
Joined
May 15, 2018
Messages
1
My Excel Workbook has macro, a few buttons, checkboxes on it. After recently patched in April 2018, some how all form controls was duplicated with same Name but different msoType. One is type 1 (invisible) and the other is type 8 (visible). So when I click any button or checkbox that try to set value of another checkbox, it will error that form control is not found. Because there are 2 identical controls on same worksheet. I have to write a for loop to delete any form control with msoType 1 and the VBA part will work as normal. Do you know what did latest patching do to create this problem? Do you have any fixed or solution for this? Thank you very much.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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