Thread
:
Activate code in cell
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 32
Activate code in cell
Hello Steve,
maybe this event?
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
MsgBox Target.Top
End Sub
But I dont know how to get a calendar...
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]