Pretty simple really, I want a greyed out label and to do this I can use "Label1.Enabled = False" except when double clicking the label it brings up "Private Sub Label1_Click()" so, simply put, my question is, "how do I create a section of code that runs on the startup of the application?".
Thanks
"Private Sub Form_Load()
End Sub"
I apologise again for my lack of knowledge.
Thanks
"Private Sub Form_Load()
End Sub"
I apologise again for my lack of knowledge.