Question Access2007 Ribbon not working in Access 2010

AliyuKatsina

Registered User.
Local time
Today, 12:16
Joined
Dec 31, 2009
Messages
73
Hi

After much hussle I got my custom ribbon working in 2007 version. Now that I upgrade to 2010 my call back functions are not seen. The office help isn't helpful. Can anybody tell me why?
:confused: Engr. Aliyu
 
Hi

Remembering that you must enable macro security to run VBA.
What is the error mesage?
 
Hi,

Thanks Alvino. The error message is that my callback functions are either missing or misspelled, and the application is in a trusted location.
 
Open the VBA
Go into Tools> References> Enable "Microsoft Office 14.0 Object Library"

Go to Debug> click Compile. If you acknowledge a mistake, report the message.
 
I checked the VBA references, the Microsoft Office 14.0 Object Library was already checked, but what I discovered that Microsoft Office 12.0 Authorization control was missing obviously due to the upgrade issue, I corrected that and all is well now. I compiled the project with no errors.
Thanks a million Alvino, you've set a smile on my face.
 

Users who are viewing this thread

Back
Top Bottom