Sorry, not quite understanding what you mean..?

Did you mean the full name of the module1 routine wasn't being referenced by the UserForm Command Button 1?

I tried;




Public Sub CommandButton1_Click()
ButtonClick_Yes(ByVal Item As Object)
End Sub
But I get a red syntax error. Is there another way I should pass the item?

Many thanks.