View Single Post
 
Old 02-14-2024, 07:25 PM
MartyRL MartyRL is offline Windows 11 Office 2021
Novice
 
Join Date: Feb 2024
Posts: 1
MartyRL is on a distinguished road
Default Problem with NORMAL reference in a macro

We have a word doc with a macro that resides on a shared drive. An application will copy the docm to the users workstation temp directory, open the doc and invoke the macro. This has been working for the past 5 years no problem. Recently some of the user workstations have been updated with an Office update. Now when the macro is invoked it will fail with a "Compile error: Can't find project or library" on the TRIM function. When I open the macro and review the checked references I see:

MISSING: Normal
Normal

So a 'new' normal reference was added and the old one is flagged as missing. If I then uncheck the MISSING: Normal and save the doc and re-open it the macro works.

I have many many docs that will need to be 'fixed' - wondering if anyone has any insite as to what is going on.
Reply With Quote