Import the userform from the attached zip into the Outlook VBA editor and then call it with the following macro
Code:
Sub RunMyRules()
frmRunRules.Show
lbl_Exit:
Exit Sub
End Sub
which you can add to a ribbon button using the ribbon editor. You can use it to test run your rules to see where the problem lies.