I have a Public function in 1 form, its purpose is to load data into a listview, but why it doesn't work when i called it in another form?

I used these line of codes but they doesn't work:
Code:
Call form1.loadAudit
     Form1.loadAudit
loadAudit is my function..