I am trying to reference a listview, label and status bar from a module but cannot seem to get it to work. I have declared the form by saying dim frm as form1. This then errors everytime I reference my form. If I declare the form as a new form: dim frm as new form1, when I then say frm.show, it loops and loops around doing nothing. Any ideas?