[quote user="Barry Lothian"]I have confirmation that the listbox object reference is not being passed for whatever reason[/quote]
VBA controls are confusing and poorly-documented. You may have to pass a more explicit type name such as Forms.ListBox or MSForms.ListBox.