VBA Combobox broke

Sumpie

New Member
Joined
Oct 22, 2018
Messages
4
Hi,

So after working for couple of weeks my macro suddenly stopped working and keeps giving me a compile error.
I also cannot create any new activex items anymore in my excel files.

tempcombo error.PNG



I heard there were an update on VBA? But I dont believe that would cause an issue like this?

Is there also maybe a possiblity that my IT department made some changes that causes this?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Can you translate this error message into English, please.
Also put VBA code and tell which line generate this error (highlight in yellow).
 
Upvote 0
Activex controls on worksheets are notorious for this. You need to close Office and delete any .exd files on your hard drive then try it again (.exd files are temporary files created when you use activex controls and if the temp version is not the same as the current version of the relevant library - usually the fm20.dll - then you will have the issue you are describing).
 
Upvote 0
Can you translate this error message into English, please.
Also put VBA code and tell which line generate this error (highlight in yellow).

It says
Compile Error:
Method or data member not found.

I think the error occured because of the copy worksheet macro that I made.
It seems that on the original page (the sheet i want copied x times) everything works fine.
Since I need a quick fix im just gonna copy it 53 times but i have to look into why the error occurs, if anyone has any pointers let me know.
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,442
Members
449,083
Latest member
Ava19

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