Hi All. Thanks in advance for trying to help.
I utilized a custom ribbon, created using the microsoft UI editor. All works fine, I can customize the ribbon.
But when i have a macro assigned to a button on that ribbon (done using the "onAction = "myMacro" command in XML) it won't run. I get "Wrong number of Arguments or Invalid Property" message. REsearching i found one answer which was that a "User-defined Ribbons require a reference to "Microsoft Office 12.0 Object Library" for Office 2007, for Office 2010 use "Microsoft Office 14.0 Object Library"." So i made sure that was checked But it didn't work. (Turns out that post was for Access, but it seemed like it might work.. :-(

The macro runs fine (and it only calls a form..... "frmShowThisForm.show" from another command button or run the macro from VB.

Can anyone help me with this?