MarkCBB
Active Member
- Joined
- Apr 12, 2010
- Messages
- 497
Hi there VBA Pros,
Is it possible to adapt the following code for MouseOver Image to a Rectangle shape?
Is it possible to adapt the following code for MouseOver Image to a Rectangle shape?
Code:
Private Sub image1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
Label1.Caption = "Staff database"
End Sub