I want to have one addin that is just a form that calls other forms to show from other addins.

If I just use UserForm.Show I get object requiered, how would I call a form to load that is a different add-in?

Note: The forms that I was to call are already loaded when I start Excel.