Runtime '424' and Forms

KyBubba

New Member
Joined
Oct 30, 2011
Messages
1
I recently created a sheet that uses an ActiveX button on a sheet to call a userform. The code ran flawlessly on 9 of the 10 machines. The one machine that it would not run kept throwing a runtime 424 error object required. Does any one know if I need to change my code or is it a setting on that machine that needs to be changed?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Just some guesses: Are the security settings on the 10th machine the same as the others? Is it the same version of Excel? Are the necessary references enabled in the VBE>TOOLS>REFERENCE dialog? I get some pretty random Excel VBA errors when sharing Excel XLSM workbooks with office coworkers. I think that it some something to do with the network security. I would be interested to hear what this is if you figure it out.
 
Upvote 0
Is there is any code that gets called when the userform is opened?

For example any code in it's Initialize or Activate events?
 
Upvote 0

Forum statistics

Threads
1,202,987
Messages
6,052,936
Members
444,616
Latest member
novit19089

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