D
Dave Neve
Hi
Yet again, I must explain that I am a novice with VB.
I'm using a book on VB.Net although I'm using VBA (Word) to get to
understand VB
The following code was partly generated by VBA and I added the line
'Debug.............'
Problem is it doesn't work and I'm not up to it to understand why.
The code should display a form and the coordinates of the mouse should
appear on the screen when over the form (fat chance)
Can anyone help?
Thanks
Private Sub UserForm_MouseMove(ByVal Button As Integer, ByVal Shift As
Integer, ByVal X As Single, ByVal Y As Single)
Debug.Write (e.X & "," & e.Y & ",")
End Sub
Yet again, I must explain that I am a novice with VB.
I'm using a book on VB.Net although I'm using VBA (Word) to get to
understand VB
The following code was partly generated by VBA and I added the line
'Debug.............'
Problem is it doesn't work and I'm not up to it to understand why.
The code should display a form and the coordinates of the mouse should
appear on the screen when over the form (fat chance)
Can anyone help?
Thanks
Private Sub UserForm_MouseMove(ByVal Button As Integer, ByVal Shift As
Integer, ByVal X As Single, ByVal Y As Single)
Debug.Write (e.X & "," & e.Y & ",")
End Sub