always_confused
Board Regular
- Joined
- Feb 19, 2021
- Messages
- 68
- Office Version
- 2016
- Platform
- Windows
Hello,
I have been using the same workbook for over a month now with no issues. Today, upon clicking a button that has always worked fine, I get the error "Object library invalid or contains references to object definitions that could not be found". Can anyone help? I am completely stuck and my workbook is basically useless without the macros. I cannot even run a sub as simple as
Any help would be greatly appreciated
I have been using the same workbook for over a month now with no issues. Today, upon clicking a button that has always worked fine, I get the error "Object library invalid or contains references to object definitions that could not be found". Can anyone help? I am completely stuck and my workbook is basically useless without the macros. I cannot even run a sub as simple as
VBA Code:
Sub test()
MsgBox ("OK")
End Sub
Any help would be greatly appreciated