Computer Excel 2016 doen't recognize some Functions like Date, Range...

Gilbfernandes

New Member
Joined
Jan 26, 2016
Messages
20
Hi everyone,
I'm running a shared workbook on multiple computers, but it does not run on some Computers. On some computers the message "Compile error in hidden Module: This workbook" appears. And in the worst case, the program stops at simple functions like Today_Date = Date (). The computer does not recognize the Date () function. Or something simple like Number_Number = Range ("A3"), Excel doens't recognize Range. I get the message "Compile Error: Can't find project or Library."
Please, I need some help.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
One (or more) of the checked references in your VBA project are not available on the problem computers, which is what causes all of those errors. You need to open the workbook on one of those machines and then check the references looking for ones prefixed with 'MISSING:'
 
Upvote 0
Thank you for your prompt respons Rory. I learned to Program with VBA in Excel by myself, and I'm even happy with what I've achieved. But I don't know how to do what you said. Could you tell me how to do this?
 
Upvote 0

Forum statistics

Threads
1,215,001
Messages
6,122,648
Members
449,092
Latest member
peppernaut

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