I am a heavy use of arrays. But reading the contents in the Locals window is not practical for anything but micro arrays. And dumping it to a WS range is a nuisance - especially if I'm in the middle of testing a Modal form.

It's not difficult to display an array on a UserForm but I want to be able to:
  1. Sort any column in the ListBox/ComboBox
  2. Apply (and remove) basic filtering of columns

In other words - I'm visualizing the equivalent of a Worksheet Table running inside a form.

Has anyone written anything like this?