Can anyone please help!
I am making a program with mutiple forms in which all have similar procedures eg play stop whatever.

I have also created a class module in which I have detailed the code for these events, but when I call this code in the specific for it doesn't work because in the code the objects such as lblsong, lblartist, although common throughout the forms will not work. Also variables I have made in the module when I call in the particular form do not work.

What do I have to do to make the variables and objects work in all forms when they have the same names.

The subs are all public subs too

Thanks