Hi All,

I'm having a bit of trouble with this one. I'm looking to write a script that will find all cell errors (e.g., #VALUE, #NA, #REF, #DIV/0, #NUM!, #NULL!) and provide a list of the cell addresses of said errors in a userform. Ideally this list would be in a userform listbox to enable scrolling.

So far I have the below, but i'm having trouble with the cell address and list bit.

HTML Code: 
Any help would be greatly appreciated!