[Untested] What happens if you try it this way...This line of code sometimes results in a "permission denied", but other times it works fine.
Code:UserForm5.ListBox1 = arrayOutput
Seeking help/ideas/suggestions
[Untested] What happens if you try it this way...
UserForm5.ListBox1.List = arrayOutput
Check that you haven't set RowSource anywhere