I know I have done this before, but for some reason I cannot get it to work.
When I run it and click on the picture box, nothing happens. I have stepped through it and its running...
It has to be something stupidly small... Help?
When I run it and click on the picture box, nothing happens. I have stepped through it and its running...
It has to be something stupidly small... Help?
Code:
Private Sub Picture1_Click()
Picture.Line (X1, Y1)-(X2, Y2)
End Sub